wip on pagetable
compiles&runs now
This commit is contained in:
@@ -44,7 +44,7 @@ OutputStream* copyout = ©stream;
|
||||
|
||||
//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];
|
||||
|
||||
Reference in New Issue
Block a user