summaryrefslogtreecommitdiff
path: root/src/boot.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot.s')
-rw-r--r--src/boot.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot.s b/src/boot.s
index dd43460..569663f 100644
--- a/src/boot.s
+++ b/src/boot.s
@@ -66,6 +66,7 @@ _start:
ljmp $0x08,$continue
continue:
+ push %ebx /* pointer to multiboot structure */
call kernel_main
cli