VirtualBox

vbox的更動 12236 路徑 trunk/src/VBox/Devices/PC


忽略:
時間撮記:
2008-9-8 下午04:27:27 (16 年 以前)
作者:
vboxsync
訊息:
  • fixed wrong comment
檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Devices/PC/DevPcBios.cpp

    r12233 r12236  
    8989 *     Number of CPUs:
    9090 *          0x60
    91  *     RAM above 4G (in 64K units):
     91 *     RAM above 4G (in 64M units):
    9292 *          0x61 - 0x63
    9393 */
     
    13311331        return PDMDEV_SET_ERROR(pDevIns, rc,
    13321332                                N_("Configuration error: Querying \"RamSize\" as integer failed"));
     1333
     1334#if 0
     1335    rc = CFGMR3QueryU16Def(pCfgHandle, "NumCPUs", &pThis->u16numCPUs, 1);
     1336    if (RT_FAILURE(rc))
     1337        return PDMDEV_SET_ERROR(pDevIns, rc,
     1338                                N_("Configuration error: Querying \"NumCPUs\" as integer failed"));
     1339#else
     1340    pThis->u16numCPUs = 1;
     1341#endif
    13331342
    13341343    rc = CFGMR3QueryU8Def(pCfgHandle, "IOAPIC", &pThis->u8IOAPIC, 1);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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