more alloc stuff

This commit is contained in:
2026-06-25 14:03:35 -05:00
parent a501b1913e
commit 57d7d34c6d
3 changed files with 56 additions and 8 deletions

View File

@@ -136,7 +136,7 @@ void kmain(uint32_t magic, multiboot_info* mbi) {
init_page_tables();
kprintf("Page tables initialized\n");
kheap_init();
kgrow(1);
kprintf("Allocated 4kb for kernel heap\n");
kprintf("scanning for drives\n");