core: init_multiboot in main
This commit is contained in:
@ -50,7 +50,8 @@ void kernel_main(multiboot_info_t *mbd, uint32_t magic)
|
||||
cli();
|
||||
init_gdt();
|
||||
init_idt();
|
||||
init_memory(mbd, magic);
|
||||
init_multiboot(mbd, magic);
|
||||
init_memory();
|
||||
load_drivers();
|
||||
terminal_initialize();
|
||||
create_process(1);
|
||||
|
||||
Reference in New Issue
Block a user