The address 0x472 is used for the SCSI HDD geometry information on
PC-98. Therefore, the PC-98 kernel should not modify it.
This commit is contained in:
parent
6d467b524d
commit
aa4df56dc6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54128
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user