Changeset 53 in vbox
- Timestamp:
- Jan 16, 2007 9:56:51 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17482
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/MM.cpp
r34 r53 200 200 cbRam = 0; 201 201 202 rc = CFGMR3QueryBool(CFGMR3GetRoot(pVM), "PreAlloc ", &fPreAlloc);202 rc = CFGMR3QueryBool(CFGMR3GetRoot(pVM), "PreAllocRam", &fPreAlloc); 203 203 if (rc == VERR_CFGM_VALUE_NOT_FOUND) 204 204 fPreAlloc = false;
Note:
See TracChangeset
for help on using the changeset viewer.