- Timestamp:
- Jan 9, 2024 12:01:18 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevFwCommon.cpp
r102788 r102792 722 722 pBIOSInf->u8CharacteristicsByte2 = RT_BIT(2) /* Enable targeted content distribution, needed by Windows to populate registry, see 723 723 https://download.microsoft.com/download/5/D/6/5D6EAF2B-7DDF-476B-93DC-7CF0072878E6/SMBIOS.doc */ 724 | fUefi ? RT_BIT(3) : 0724 | (fUefi ? RT_BIT(3) : 0) 725 725 /* any more?? */ 726 726 ;
Note:
See TracChangeset
for help on using the changeset viewer.