diff options
Diffstat (limited to 'src/kernel/arch/i386/boot.s')
-rw-r--r-- | src/kernel/arch/i386/boot.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/arch/i386/boot.s b/src/kernel/arch/i386/boot.s index e6eb26f..0101b40 100644 --- a/src/kernel/arch/i386/boot.s +++ b/src/kernel/arch/i386/boot.s @@ -3,6 +3,7 @@ .type _start, @function _start: mov $_bss_end, %esp // the stack is at the top of bss + call sysenter_setup push %ebx // address of the Multiboot struct call kmain_early |