wip on pagetable

compiles&runs now
This commit is contained in:
2026-02-24 04:38:16 +01:00
parent dc1c98c091
commit c92b15e2a6
6 changed files with 40 additions and 28 deletions

View File

@@ -34,7 +34,7 @@ class Thread {
void* start;
four_lvl_paging_t paging_tree;
four_lvl_paging_t* paging_tree;
friend class Queue<Thread>;
friend class Semaphore;