define kernel_text, just like other ports.
authormickey <mickey@openbsd.org>
Fri, 7 Feb 1997 08:32:18 +0000 (08:32 +0000)
committermickey <mickey@openbsd.org>
Fri, 7 Feb 1997 08:32:18 +0000 (08:32 +0000)
sys/arch/i386/i386/locore.s

index 19a3d16..12e6594 100644 (file)
@@ -169,7 +169,7 @@ _apm_current_gdt_pdesc:
 _bootstrap_gdt:        
        .space SIZEOF_GDTE * BOOTSTRAP_GDT_NUM
 #endif
-_cpu:          .long   0       # are we 386, 386sx, or 486
+_cpu:          .long   0       # are we 386, 386sx, 486, 586 or 686
 _cpu_vendor:   .space  16      # vendor string returned by `cpuid' instruction
 _cold:         .long   1       # cold till we are not
 _esym:         .long   0       # ptr to end of syms
@@ -188,6 +188,8 @@ tmpstk:
 
        .text
        .globl  start
+       .globl  _kernel_text
+       _kernel_text = start
 start: movw    $0x1234,0x472                   # warm boot
 
        /*