feature: apic is now enabled and the double fault interrupt at boot no longer occurs

This commit is contained in:
2024-10-03 15:20:19 +02:00
parent 9479515685
commit d6b35a2786
9 changed files with 255 additions and 29 deletions

View File

@ -27,7 +27,7 @@ void kernel_main(void)
{
terminal_initialize();
init_gdt();
init_memory();
init_idt();
init_memory();
shell_init();
}