From 483754ab27f2a58011f723efa52163a83c63e56e Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 1 Feb 2015 16:50:55 -0500 Subject: lots of stuff --- boot/head.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'boot') 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 -- cgit v1.1