summaryrefslogtreecommitdiff
path: root/crates/kernel/src/alloc.rs
AgeCommit message (Expand)Author
2024-09-14Start of virtual memory allocator; got an ICE, though!Nathan Ringo
2024-09-14Fix parens, adds VMA init doc comment.Nathan Ringo
2024-09-14Start of a platform-independent paging interface.Nathan Ringo
2024-09-04Remove the mistaken global bit.Nathan Ringo
2024-09-04Enables paging.Nathan Ringo