VirtualBox

Changeset 94309 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Mar 18, 2022 9:23:01 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
150593
Message:

Device/DevPcBios: Fix long standing issue which resulted in rejecting the detected LCHS geometry when the head count was above 16.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevPcBios.cpp

    r94080 r94309  
    644644            || LCHSGeometry.cCylinders > 1024
    645645            || LCHSGeometry.cHeads == 0
    646             || LCHSGeometry.cHeads > 16
     646            || LCHSGeometry.cHeads > 255
    647647            || LCHSGeometry.cSectors == 0
    648648            || LCHSGeometry.cSectors > 63)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette