summaryrefslogtreecommitdiff
path: root/src/arch/i386/lib/cpu_reset.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/lib/cpu_reset.inc')
-rw-r--r--src/arch/i386/lib/cpu_reset.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/i386/lib/cpu_reset.inc b/src/arch/i386/lib/cpu_reset.inc
index c7c05e2198..fcddd6b027 100644
--- a/src/arch/i386/lib/cpu_reset.inc
+++ b/src/arch/i386/lib/cpu_reset.inc
@@ -1,6 +1,9 @@
+/* -*- asm -*- */
+
jmp cpu_reset_out
__cpu_reset:
+ /* set the boot_complete flag */
movl $0xffffffff, %ebp
jmp __main