(roadmap): add multi paging

This commit is contained in:
Liam Kerr 2026-02-11 02:40:39 +00:00
parent 820163395e
commit 4d34312748

View file

@ -53,6 +53,7 @@ The Squidge Kernel is a from-scratch operating system project designed to explor
- [ ] **Sv39 Paging**:
- [ ] Walk the 3-level page table structure.
- [ ] Map/Unmap functions for virtual addresses.
- [ ] Multi Paging
- [ ] **Kernel/User Separation**: Isolate kernel memory from user processes.
- [ ] **Higher Half Kernel**: Remap kernel to upper virtual memory.