From 8931340216fd9bad1f05c57772c36646b58f41b8 Mon Sep 17 00:00:00 2001 From: kato Date: Sat, 4 Dec 1999 13:09:26 +0000 Subject: The address 0x472 is used for the SCSI HDD geometry information on PC-98. Therefore, the PC-98 kernel should not modify it. --- sys/i386/i386/locore.s | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/i386') 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 -- cgit v1.1