diff options
Diffstat (limited to 'arch/i386/boot')
-rw-r--r-- | arch/i386/boot/boot.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/i386/boot/boot.s b/arch/i386/boot/boot.s index f861699..5357910 100644 --- a/arch/i386/boot/boot.s +++ b/arch/i386/boot/boot.s @@ -80,6 +80,7 @@ _start: call setup_stack_guard + xorl %ebp, %ebp pushl %ebx pushl %eax call i386_entry |