VirtualBox

Changeset 10071 in vbox


Ignore:
Timestamp:
Jul 1, 2008 12:30:33 PM (16 years ago)
Author:
vboxsync
Message:

Don't set the no-execute bits in the fake pml4e & pdpte

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r10068 r10071  
    156156
    157157    /* Fake PML4 & PDPT entry; access control handled on the page table level, so allow everything. */
    158     Pml4eSrc.u = X86_PML4E_P | X86_PML4E_RW | X86_PML4E_US | X86_PML4E_NX | X86_PML4E_A;
    159     PdpeSrc.u  = X86_PDPE_P | X86_PDPE_RW | X86_PDPE_US | X86_PDPE_NX | X86_PDPE_A;
     158    Pml4eSrc.u = X86_PML4E_P | X86_PML4E_RW | X86_PML4E_US | X86_PML4E_A;
     159    PdpeSrc.u  = X86_PDPE_P | X86_PDPE_RW | X86_PDPE_US | X86_PDPE_A;
    160160#  endif
    161161
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