From 4d343127480e9af80e8fc0844f8c0331c8b7076b Mon Sep 17 00:00:00 2001 From: Liam Kerr Date: Wed, 11 Feb 2026 02:40:39 +0000 Subject: [PATCH] (roadmap): add multi paging --- README.md | 1 + 1 file changed, 1 insertion(+) 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.