From 474ba91122aa4b32fdd9348d90aec7468b3d2b8a Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 1 Feb 2015 21:35:36 -0500 Subject: a lotta changes, crashes on STI --- boot/head.S | 1 + 1 file changed, 1 insertion(+) (limited to 'boot') diff --git a/boot/head.S b/boot/head.S index 4143352..f8e5a36 100644 --- a/boot/head.S +++ b/boot/head.S @@ -21,6 +21,7 @@ stack_top: .global _start .type _start, @function _start: + cli movl $stack_top, %esp push %eax # multiboot magic push %ebp # multiboot header -- cgit v1.1