aboutsummaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
Diffstat (limited to 'boot')
-rw-r--r--boot/head.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/head.S b/boot/head.S
index 864ebeb..4143352 100644
--- a/boot/head.S
+++ b/boot/head.S
@@ -22,6 +22,8 @@ stack_top:
.type _start, @function
_start:
movl $stack_top, %esp
+ push %eax # multiboot magic
+ push %ebp # multiboot header
call main
cli
hlt