VirtualBox

Changeset 14983 in vbox for trunk/src/VBox/VMM/PGM.cpp


Ignore:
Timestamp:
Dec 4, 2008 1:58:16 PM (16 years ago)
Author:
vboxsync
Message:

Make the PAE intermediate PDPTs r/w.

File:
1 edited

Legend:

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

    r14877 r14983  
    13901390    {
    13911391        ASMMemZeroPage(pVM->pgm.s.apInterPaePDs[i]);
    1392         pVM->pgm.s.pInterPaePDPT->a[i].u = X86_PDPE_P | PGM_PLXFLAGS_PERMANENT
     1392        pVM->pgm.s.pInterPaePDPT->a[i].u = X86_PDPE_P | X86_PDPE_RW | X86_PDPE_US | X86_PDPE_A | PGM_PLXFLAGS_PERMANENT
    13931393                                          | MMPage2Phys(pVM, pVM->pgm.s.apInterPaePDs[i]);
    13941394    }
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