Changeset 30431 in vbox
- Timestamp:
- Jun 24, 2010 12:43:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r30430 r30431 5177 5177 maxRAMArch = UINT32_C(1500); 5178 5178 5179 RTLogRelLogger(loggerRelease, 0, ~0U, "Maximum user application address: %p\n", sysInfo.lpMaximumApplicationAddress);5179 RTLogRelLogger(loggerRelease, 0, ~0U, "Maximum user application address: 0x%p\n", sysInfo.lpMaximumApplicationAddress); 5180 5180 RTLogRelLogger(loggerRelease, 0, ~0U, "Maximum allowed guest RAM size: %d MB\n", maxRAMArch); 5181 5181 #endif
Note:
See TracChangeset
for help on using the changeset viewer.