VirtualBox

Changeset 30420 in vbox for trunk/src


Ignore:
Timestamp:
Jun 24, 2010 11:56:43 AM (15 years ago)
Author:
vboxsync
Message:

Missing 0s

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/SystemPropertiesImpl.cpp

    r30419 r30420  
    208208    GetSystemInfo(&sysInfo);
    209209
    210     if (sysInfo.lpMaximumApplicationAddress >= 0xC000000)   /* 3.0 GB */
     210    if (sysInfo.lpMaximumApplicationAddress >= 0xC0000000)   /* 3.0 GB */
    211211        maxRAMArch = UINT32_C(2560);
    212212    else
    213     if (sysInfo.lpMaximumApplicationAddress > 0xA000000)    /* 2.5 GB */
     213    if (sysInfo.lpMaximumApplicationAddress > 0xA0000000)    /* 2.5 GB */
    214214        maxRAMArch = UINT32_C(2048);
    215215    else
Note: See TracChangeset for help on using the changeset viewer.

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