diff options
Diffstat (limited to 'purgatory/arch/i386/setup-x86.S')
-rw-r--r-- | purgatory/arch/i386/setup-x86.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/purgatory/arch/i386/setup-x86.S b/purgatory/arch/i386/setup-x86.S index f0719d4..201bb2c 100644 --- a/purgatory/arch/i386/setup-x86.S +++ b/purgatory/arch/i386/setup-x86.S @@ -41,6 +41,9 @@ purgatory_start: ljmp $0x10,$1f 1: + movl 0(%esp), %eax + movl %eax, jump_back_entry + /* Setup a stack */ movl $lstack_end, %esp |