• provider of sus

    she/her

  • Joined on 2022-01-26
asya synced commits to master at asya/copycat from mirror 2023-10-08 11:26:16 -05:00
e3906f2dc3 Start CrabBIOS, implement firmware loading and push/pop/ret
asya synced commits to master at asya/copycat from mirror 2023-09-27 18:26:53 -05:00
911d6e844b Implement a basic IO bus
54c6892527 Fix effective address calculation
Compare 2 commits »
asya synced commits to master at asya/copycat from mirror 2023-08-29 06:50:41 -05:00
03055b819d Load 5150 BIOS and pass 8088 processor test
asya synced commits to master at asya/copycat from mirror 2023-08-19 14:30:41 -05:00
d095cd4055 Initial commit
asya pushed to memory-manager at asya/ableos 2023-02-21 08:51:30 -06:00
76f3dddbdd VirtualAddress/PhysicalAddress types
7d392b408a Zeroed page allocation
Compare 3 commits »
asya pushed to memory-manager at asya/ableos 2023-01-29 12:08:21 -06:00
cdbde8911d riscv64-virt port + fix issues with page allocator
asya pushed to memory-manager at asya/ableos 2023-01-23 08:01:14 -06:00
a5fc0a162c Buddy page allocator
asya pushed to memory-manager at asya/ableos 2023-01-23 07:58:32 -06:00
1779354390 Buddy page allocator
asya pushed to memory-manager at asya/ableos 2023-01-23 07:36:24 -06:00
5bc72a3aab Buddy page allocator
asya created pull request AbleOS/ableos#2 2023-01-23 06:11:36 -06:00
WIP: Buddy page allocator
asya created branch memory-manager in asya/ableos 2023-01-23 06:09:22 -06:00
asya pushed to memory-manager at asya/ableos 2023-01-23 06:09:22 -06:00
b5afd15ad1 Buddy page allocator
1013e86b61 updated limine-rs
be4d2cece6 Changed console resolution
59d8024332 added suggestion when limine is not present
20bf56984d limine update
Compare 10 commits »
asya pushed to usermode at asya/ableos 2022-12-22 10:22:39 -06:00
81d11685da New heap allocator!
asya pushed to usermode at asya/ableos 2022-12-17 01:31:08 -06:00
0880391dde Update limine to v4.x
asya created pull request AbleOS/ableos#1 2022-12-17 01:29:38 -06:00
update limine, fix repbuild on some linux distros
asya pushed to usermode at asya/ableos 2022-12-17 01:28:38 -06:00
c8cbc6b645 Update limine to v4.x
asya pushed to usermode at asya/ableos 2022-12-17 01:25:14 -06:00
25afe9fec7 Stop assuming that udisks2 automatically mounted filesystem
e92809c1da Moved ext2-rs to separate repo
Compare 2 commits »
asya created repository asya/ableos 2022-12-15 12:37:53 -06:00
asya synced commits to master at asya/copycat from mirror 2022-12-04 07:31:50 -06:00
839656115d Color characters semi-correctly
45754cdb63 Early MDA implementation
Compare 2 commits »
asya synced commits to master at asya/copycat from mirror 2022-11-09 15:08:35 -06:00
e90e5c987b Start work on display!