diff options
Diffstat (limited to 'i686/init.s')
-rw-r--r-- | i686/init.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i686/init.s b/i686/init.s index c0c25c0..d16de51 100644 --- a/i686/init.s +++ b/i686/init.s @@ -37,9 +37,9 @@ k_init: mov $k_stack, %esp # point stack pointer to the stack # hardware init - call pic_init # Programmable Interrupt Controller call gdt_install # Global Descriptor Table call idt_install # Interrupt Descriptor Table + call pic_init # Programmable Interrupt Controller # jump into kernel call kmain |