artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9631357
)
define kernel_text, just like other ports.
author
mickey
<mickey@openbsd.org>
Fri, 7 Feb 1997 08:32:18 +0000
(08:32 +0000)
committer
mickey
<mickey@openbsd.org>
Fri, 7 Feb 1997 08:32:18 +0000
(08:32 +0000)
sys/arch/i386/i386/locore.s
patch
|
blob
|
history
diff --git
a/sys/arch/i386/i386/locore.s
b/sys/arch/i386/i386/locore.s
index
19a3d16
..
12e6594
100644
(file)
--- a/
sys/arch/i386/i386/locore.s
+++ b/
sys/arch/i386/i386/locore.s
@@
-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 4
86
+_cpu: .long 0 # are we 386, 386sx,
486, 586 or 6
86
_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
/*