VirtualBox

Changeset 2243 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 19, 2007 8:58:10 PM (18 years ago)
Author:
vboxsync
Message:

lower the valid IDT address from 2GB to 1GB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c

    r2142 r2243  
    27382738    ASMGetIDTR(&Idtr);
    27392739    paIdt = (PSUPDRVIDTE)Idtr.pIdt;
    2740     if ((uintptr_t)paIdt < 0x80000000)
     2740    /*
     2741     * Recent Linux kernels can be configured to 1G user /3G kernel.
     2742     */
     2743    if ((uintptr_t)paIdt < 0x40000000)
    27412744    {
    27422745        AssertMsgFailed(("bad paIdt=%p\n", paIdt));
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