- Timestamp:
- Apr 2, 2009 7:08:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r18645 r18664 245 245 #ifdef RT_OS_DARWIN 246 246 rc = CFGMR3InsertInteger(pRoot, "HwVirtExtForced", fHWVirtExEnabled); RC_CHECK(); 247 #el if defined(VBOX_WITH_NEW_PHYS_CODE)247 #else 248 248 /* With more than 4GB PGM will use different RAMRANGE sizes for raw mode and hv mode to optimize lookup times. */ 249 249 rc = CFGMR3InsertInteger(pRoot, "HwVirtExtForced", fHWVirtExEnabled && cbRam > (_4G - cbRamHole)); RC_CHECK(); 250 #else251 rc = CFGMR3InsertInteger(pRoot, "HwVirtExtForced", 0); RC_CHECK();252 250 #endif 253 251
Note:
See TracChangeset
for help on using the changeset viewer.