summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-12-04 13:09:26 +0000
committerkato <kato@FreeBSD.org>1999-12-04 13:09:26 +0000
commit8931340216fd9bad1f05c57772c36646b58f41b8 (patch)
treecf65d5bbe572473d277b2733ccda0cf2bbf1c99f /sys/i386
parent21fa6c8d3634745e02fae49f653ccb2d0d8700ee (diff)
downloadFreeBSD-src-8931340216fd9bad1f05c57772c36646b58f41b8.zip
FreeBSD-src-8931340216fd9bad1f05c57772c36646b58f41b8.tar.gz
The address 0x472 is used for the SCSI HDD geometry information on
PC-98. Therefore, the PC-98 kernel should not modify it.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/locore.s3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/i386/locore.s b/sys/i386/i386/locore.s
index 54ec9b1..ae2a665 100644
--- a/sys/i386/i386/locore.s
+++ b/sys/i386/i386/locore.s
@@ -225,10 +225,9 @@ NON_GPROF_ENTRY(btext)
movb $1,R(_bdb_exists)
1:
#endif
-#endif /* PC98 */
-
/* Tell the bios to warmboot next time */
movw $0x1234,0x472
+#endif /* PC98 */
/* Set up a real frame in case the double return in newboot is executed. */
pushl %ebp
OpenPOWER on IntegriCloud