refining vfs

This commit is contained in:
2026-07-10 07:46:46 -05:00
parent 4d98d73f5e
commit 032a35206a
13 changed files with 304 additions and 277 deletions

View File

@@ -119,7 +119,7 @@ void kmain(uint32_t magic, multiboot_info* mbi) {
kprintf("failed to load initrd\n");
}
mount(vfs_root, initrd_root);
vfs_mount(vfs_root, initrd_root);
kprintf("initrd read, mounted @ /\n");
disable_interrupts();