VirtualBox

忽略:
時間撮記:
2009-11-6 下午03:50:01 (15 年 以前)
作者:
vboxsync
訊息:

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

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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