Changeset 30718 in vbox for trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp
- Timestamp:
- Jul 7, 2010 5:04:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp
r30715 r30718 1898 1898 rc = CFGMR3InsertInteger(pInst, "PCIDeviceNo", 4); UPDATE_RC(); 1899 1899 rc = CFGMR3InsertInteger(pInst, "PCIFunctionNo", 0); UPDATE_RC(); 1900 rc = CFGMR3InsertInteger(pCfg, "RamSize", g_u32MemorySizeMB * _1M); UPDATE_RC();1901 1900 1902 1901 /* the VMM device's Main driver */
Note:
See TracChangeset
for help on using the changeset viewer.