VirtualBox

Ignore:
Timestamp:
Apr 15, 2008 1:50:59 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29644
Message:

Reapplied 29633 & 29635 (fixes to follow)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl2.cpp

    r7989 r7990  
    167167    }
    168168#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();
    169174
    170175    BOOL fIOAPIC;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette