Changeset 24456 in vbox for trunk/src/VBox/Main
- Timestamp:
- Nov 6, 2009 3:50:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r24312 r24456 1264 1264 mapBootOrder[1] = DeviceType_DVD; 1265 1265 mapBootOrder[2] = DeviceType_HardDisk; 1266 1267 /* The default value for PAE depends on the host: 1268 * - 64 bits host -> always true 1269 * - 32 bits host -> true for Windows & Darwin (masked off if the host cpu doesn't support it anyway) 1270 */ 1271 #if HC_ARCH_BITS == 64 || defined(RT_OS_WINDOWS) || defined(RT_OS_DARWIN) 1272 fPAE = true; 1273 #endif 1266 1274 } 1267 1275
Note:
See TracChangeset
for help on using the changeset viewer.