Fix BIOS default geometry on pc98.
PR: kern/72225 Submitted by: Hirokazu WATANABE <wnabe@par.odn.ne.jp>
This commit is contained in:
parent
85a8b887df
commit
92f8f73a93
@ -147,7 +147,11 @@ configure_final(dummy)
|
||||
* when the get-disk-geometry interrupt fails. Skip
|
||||
* drives that have this geometry.
|
||||
*/
|
||||
#ifdef PC98
|
||||
if (bios_geom == 0x4f020f)
|
||||
#else
|
||||
if (bios_geom == 0x4f010f)
|
||||
#endif
|
||||
continue;
|
||||
|
||||
printf(" %x:%08lx ", i, bios_geom);
|
||||
|
Loading…
Reference in New Issue
Block a user