This website requires JavaScript.
Explore
Help
Sign In
LowLevelDevs
/
FoundryOS
Watch
1
Star
1
Fork
1
You've already forked FoundryOS
Code
Issues
2
Pull Requests
Actions
Packages
Projects
1
Releases
Wiki
Activity
Files
e8237f4610a367c0b02478442e88e175ad22dbb8
FoundryOS
/
libk
/
src
/
drivers
T
History
zxq5
8a3e9e3afc
- implemented a custom allocator (fixed size block) with a fallback (linked list allocator) for larger block sizes
...
- apic code still not working (commented out, check lib.rs)
2025-02-28 04:18:35 +00:00
..
async_io
Rename scheduling to 'async_io', general cleanup
2025-02-25 03:18:12 +00:00
io
not working
2025-02-27 01:16:07 +00:00
kalloc
- implemented a custom allocator (fixed size block) with a fallback (linked list allocator) for larger block sizes
2025-02-28 04:18:35 +00:00
memory.rs
- updated to-dos
2025-02-28 03:05:10 +00:00
mod.rs
changed page allocation to happen on page fault for performance reasons
2025-02-27 23:57:23 +00:00
pic.rs
initial apic implementaion (Commented out / NOT WORKING)
2025-02-26 03:48:11 +00:00