mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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
3 changed files with 3 additions and 6 deletions
|
|
@ -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 a new issue