VirtualBox

Changeset 4191 in vbox


Ignore:
Timestamp:
Aug 16, 2007 10:49:13 PM (17 years ago)
Author:
vboxsync
Message:

fake mode on amd64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPLib.cpp

    r4071 r4191  
    414414    }
    415415    else
     416#ifdef RT_ARCH_AMD64
     417        Out.enmMode = SUPPAGINGMODE_AMD64_GLOBAL_NX;
     418#else
    416419        Out.enmMode = SUPPAGINGMODE_32_BIT_GLOBAL;
     420#endif
    417421
    418422    return Out.enmMode;
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