summaryrefslogtreecommitdiff
path: root/crates/kernel
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-12Adds the start of a regular allocator, and some page table maintainence.Nathan Ringo
2024-09-04Remove the mistaken global bit.Nathan Ringo
2024-09-04Enables paging.Nathan Ringo
2024-09-02Split hart0_boot in half, so stacks can be switched in the middle.Nathan Ringo
2024-09-02Set up the physical memory allocators.Nathan Ringo
2024-09-02Re-adds a bad logger.Nathan Ringo
2024-09-01Move almost all the kernel into crates/.Nathan Ringo