vbox的更動 24456 路徑 trunk/src/VBox/Main/xml/Settings.cpp
- 時間撮記:
- 2009-11-6 下午03:50:01 (15 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/xml/Settings.cpp
r24312 r24456 1264 1264 mapBootOrder[1] = DeviceType_DVD; 1265 1265 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 1266 1274 } 1267 1275
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器