Changeset 7990 in vbox for trunk/src/VBox/Main/ConsoleImpl2.cpp
- Timestamp:
- Apr 15, 2008 1:50:59 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29644
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r7989 r7990 167 167 } 168 168 #endif 169 170 /* Physical Address Extension (PAE) */ 171 BOOL fEnablePAE = false; 172 hrc = pMachine->COMGETTER(PAEEnabled)(&fEnablePAE); H(); 173 rc = CFGMR3InsertInteger(pRoot, "EnablePAE", fEnablePAE); RC_CHECK(); 169 174 170 175 BOOL fIOAPIC;
Note:
See TracChangeset
for help on using the changeset viewer.