working on new paging structure

This commit is contained in:
2026-02-24 02:15:36 +01:00
parent c644ba6e42
commit ec53b15ce1
5 changed files with 51 additions and 41 deletions

View File

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