Changeset 99606 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 4, 2023 2:15:30 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r99605 r99606 1800 1800 } 1801 1801 1802 ULONGmemory;1802 uint64_t memory; 1803 1803 pGuestOSType->COMGETTER(RecommendedRAM)(&memory);//returned in MB 1804 1804 memory *= _1M;//convert to bytes
Note:
See TracChangeset
for help on using the changeset viewer.