VirtualBox

Changeset 24456 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Nov 6, 2009 3:50:01 PM (15 years ago)
Author:
vboxsync
Message:

Changed default of PAE to true for 64 bits and 32 bits Windows & Darwin hosts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r24312 r24456  
    12641264    mapBootOrder[1] = DeviceType_DVD;
    12651265    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
    12661274}
    12671275
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