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

@@ -44,7 +44,7 @@ OutputStream* copyout = &copystream;
//alignas(4096) four_lvl_paging_t paging_tree;
//four_lvl_paging_t paging_tree;
pagetable_t identity_table[KERNEL_MEMORY_BORDER/4096/512];
alignas(4096) pagetable_t identity_table[KERNEL_MEMORY_BORDER/4096/512];
//static const uint32_t NUM_APPS = 9;
//Application apps[NUM_APPS];