diff options
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/head.S | 1 |
1 files changed, 1 insertions, 0 deletions
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 |