Make tests independent of structures in header files
This commit is contained in:
@@ -10,8 +10,7 @@ void kmain(uint64_t multiboot_magic, void *multiboot_data)
|
||||
vga_init();
|
||||
debug_info("kernel loaded\n");
|
||||
|
||||
|
||||
parse_multiboot(multiboot_magic, P2V(multiboot_data));
|
||||
multiboot_init(multiboot_magic, P2V(multiboot_data));
|
||||
|
||||
debug_info("Kernel was loaded with command line \"%s\", by <%s>\n", kernel_boot_data.commandline, kernel_boot_data.bootloader);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user