organization

This commit is contained in:
2025-05-10 15:48:10 +03:00
parent 00c9560660
commit 0bf26a6c70
7 changed files with 158 additions and 221 deletions
+3 -3
View File
@@ -155,9 +155,9 @@ void kmain(unsigned int magic, unsigned int info)
apply_pic_masks();
paging_init();
printf("paging_init done\n");
test_paging();
//paging_init();
//printf("paging_init done\n");
//test_paging();
init_allocator();
heap_init();
printf("after heap_init\n");