aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/16bit/entry16.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/x86/16bit/entry16.inc')
-rw-r--r--src/cpu/x86/16bit/entry16.inc16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/cpu/x86/16bit/entry16.inc b/src/cpu/x86/16bit/entry16.inc
index abaf6718ea..be5b73019e 100644
--- a/src/cpu/x86/16bit/entry16.inc
+++ b/src/cpu/x86/16bit/entry16.inc
@@ -29,10 +29,10 @@
#include <arch/rom_segs.h>
.code16
-.globl _start
-.type _start, @function
+.globl _start16bit
+.type _start16bit, @function
-_start:
+_start16bit:
cli
/* Save the BIST result */
movl %eax, %ebp
@@ -80,12 +80,12 @@ _start:
* The criteria for relocation have been relaxed to their
* utmost, so that we can use the same code for both
* our initial entry point and startup of the second cpu.
- * The code assumes when executing at _start that:
- * (((cs & 0xfff) == 0) and (ip == _start & 0xffff))
+ * The code assumes when executing at _start16bit that:
+ * (((cs & 0xfff) == 0) and (ip == _start16bit & 0xffff))
* or
* ((cs == anything) and (ip == 0)).
*
- * The restrictions in reset16.inc mean that _start initially
+ * The restrictions in reset16.inc mean that _start16bit initially
* must be loaded at or above 0xffff0000 or below 0x100000.
*
* The linker scripts computes gdtptr16_offset by simply returning
@@ -136,6 +136,6 @@ nullidt:
.long 0
.word 0
-.globl _estart
-_estart:
+.globl _estart16bit
+_estart16bit:
.code32