Changeset 94309 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Mar 18, 2022 9:23:01 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150593
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPcBios.cpp
r94080 r94309 644 644 || LCHSGeometry.cCylinders > 1024 645 645 || LCHSGeometry.cHeads == 0 646 || LCHSGeometry.cHeads > 16646 || LCHSGeometry.cHeads > 255 647 647 || LCHSGeometry.cSectors == 0 648 648 || LCHSGeometry.cSectors > 63)
Note:
See TracChangeset
for help on using the changeset viewer.