- Allow a higher value for the number of heads. Its better to do this and allow
a few bad systems to run than to be completely strict about it.
This commit is contained in:
parent
ea32a6995b
commit
7ca3f45cd2
@ -36,7 +36,7 @@ Sanitize_Bios_Geom(struct disk *disk)
|
||||
|
||||
if (disk->bios_cyl >= 65536)
|
||||
sane = 0;
|
||||
if (disk->bios_hd >= 256)
|
||||
if (disk->bios_hd > 256)
|
||||
sane = 0;
|
||||
#ifdef PC98
|
||||
if (disk->bios_sect >= 256)
|
||||
|
Loading…
x
Reference in New Issue
Block a user