VirtualBox

Changeset 17606 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Mar 10, 2009 9:39:43 AM (16 years ago)
Author:
vboxsync
Message:

DevACPI: forgot shifting the high memory length.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevACPI.cpp

    r17597 r17606  
    13301330
    13311331                case SYSTEM_INFO_INDEX_HIGH_MEMORY_LENGTH:
    1332                     *pu32 = s->cbRamHigh;
     1332                    *pu32 = s->cbRamHigh >> 16; /* 64KB unit */
     1333                    Assert(((uint64_t)*pu32 << 16) == s->cbRamHigh);
    13331334                    break;
    13341335
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