This commit is contained in:
2026-02-03 18:13:22 +01:00
parent 609a8e80ef
commit 8cab43f197
3 changed files with 72 additions and 26 deletions

View File

@@ -45,7 +45,7 @@ static KeyboardApplication kapp;
// Main function
extern "C" int main() {
//PageFrameAllocator::init();
PageFrameAllocator::init();
memset(&paging_tree, 0, sizeof(four_lvl_paging_t));
create_basic_page_table((uintptr_t)&paging_tree);
load_cr3((void*)&paging_tree.l4);