diff options
Diffstat (limited to 'arch/i386/boot/boot.s')
-rw-r--r-- | arch/i386/boot/boot.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/i386/boot/boot.s b/arch/i386/boot/boot.s index 842519f..e0005bb 100644 --- a/arch/i386/boot/boot.s +++ b/arch/i386/boot/boot.s @@ -68,8 +68,9 @@ _start: movl $stack_top, %esp - call tty_init call gdt_install + call idt_install + call kernel_main cli |