diff options
Diffstat (limited to 'src/arch/i386/boot.s')
-rw-r--r-- | src/arch/i386/boot.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/i386/boot.s b/src/arch/i386/boot.s index 2578e87..74de9b7 100644 --- a/src/arch/i386/boot.s +++ b/src/arch/i386/boot.s @@ -3,6 +3,7 @@ .type _start, @function _start: mov $stack_top, %esp + push %ebx // address of the Multiboot struct call kmain_early .global halt_cpu |