Age | Commit message (Expand) | Author |
---|---|---|
2024-09-14 | Fix ICE. | Nathan Ringo |
2024-09-14 | Start of virtual memory allocator; got an ICE, though! | Nathan Ringo |
2024-09-14 | Fix parens, adds VMA init doc comment. | Nathan Ringo |
2024-09-14 | Start of a platform-independent paging interface. | Nathan Ringo |
2024-09-12 | Adds the start of a regular allocator, and some page table maintainence. | Nathan Ringo |
2024-09-04 | Remove the mistaken global bit. | Nathan Ringo |
2024-09-04 | Enables paging. | Nathan Ringo |
2024-09-02 | Split hart0_boot in half, so stacks can be switched in the middle. | Nathan Ringo |
2024-09-02 | Set up the physical memory allocators. | Nathan Ringo |
2024-09-02 | Re-adds a bad logger. | Nathan Ringo |
2024-09-01 | Move almost all the kernel into crates/. | Nathan Ringo |