feature: apic is now enabled and the double fault interrupt at boot no longer occurs
This commit is contained in:
@ -27,7 +27,7 @@ void kernel_main(void)
|
||||
{
|
||||
terminal_initialize();
|
||||
init_gdt();
|
||||
init_memory();
|
||||
init_idt();
|
||||
init_memory();
|
||||
shell_init();
|
||||
}
|
||||
|
Reference in New Issue
Block a user