VirtualBox

Changeset 32418 in vbox for trunk


Ignore:
Timestamp:
Sep 10, 2010 3:39:47 PM (14 years ago)
Author:
vboxsync
Message:

Increase the size of the image to work around the refusal of Win64 to load images in the 0x80000 range.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/VMMR0.cpp

    r31847 r32418  
    7676};
    7777
     78
     79#if defined(RT_OS_WINDOWS) && defined(RT_ARCH_AMD64)
     80/* Increase the size of the image to work around the refusal of Win64 to
     81 * load images in the 0x80000 range.
     82 */
     83static uint64_t u64BloatImage[8192] = {0};
     84#endif
    7885
    7986/**
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