Changeset 83134 in vbox
- Timestamp:
- Feb 21, 2020 1:43:11 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevFwCommon.cpp
r83133 r83134 874 874 if (cbRamSize / _1M > INT16_MAX) 875 875 { 876 /* The highest bit of u16Size must be 0 to specify ' GB' units / 1 would be 'KB'.876 /* The highest bit of u16Size must be 0 to specify 'MB' units / 1 would be 'KB'. 877 877 * SMBIOS 2.7 intruduced a 32-bit extended size. If module size is 32GB or greater, 878 878 * the old u16Size is set to 7FFFh; old parsers will see 32GB-1MB, new parsers will
Note:
See TracChangeset
for help on using the changeset viewer.