diff --git a/README.md b/README.md index 5272fe0..ef733a7 100644 --- a/README.md +++ b/README.md @@ -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.