summaryrefslogtreecommitdiff
path: root/kernel/src/allocators/mod.rs
AgeCommit message (Expand)Author
2024-09-01Move almost all the kernel into crates/.Nathan Ringo
2024-08-27The start of the buddy allocator.Nathan Ringo
2024-08-27Adds a free-list for physical memory.Nathan Ringo
2024-08-26Refactor DeviceTree parsing.Nathan Ringo