VirtualBox

Ignore:
Timestamp:
Jun 23, 2017 3:29:50 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116341
Message:

DevEFI/DevACPI/DevPcBios: bugref:8768: necessary adaptions of the PCI memory hole according to r113565 (2MB => 32MB)

File:
1 edited

Legend:

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

    r67456 r67585  
    31513151                   u64PciPref64Min, pThis->u64PciPref64Max-1));
    31523152    }
    3153     if (cbBelow4GB > UINT32_C(0xffe00000)) /* See MEM3. */
     3153    if (cbBelow4GB > UINT32_C(0xfe000000)) /* See MEM3. */
    31543154    {
    31553155        /* Note: This is also enforced by DevPcBios.cpp. */
    3156         LogRel(("ACPI: Clipping cbRamLow=%#RX64 down to 0xffe00000.\n", cbBelow4GB));
    3157         cbBelow4GB = UINT32_C(0xffe00000);
     3156        LogRel(("ACPI: Clipping cbRamLow=%#RX64 down to 0xfe000000.\n", cbBelow4GB));
     3157        cbBelow4GB = UINT32_C(0xfe000000);
    31583158    }
    31593159    pThis->cbRamLow = cbBelow4GB;
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