VirtualBox

Changeset 8739 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
May 9, 2008 11:21:20 AM (17 years ago)
Author:
vboxsync
Message:

Set the shadow PDE for real and protected mode without paging to read/write & user.

File:
1 edited

Legend:

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

    r8738 r8739  
    24902490    PdeDst.u |= pShwPage->Core.Key;
    24912491    PdeDst.n.u1Present = 1;
     2492    PdeDst.n.u1Write   = 1;
     2493    PdeDst.n.u1User    = 1;
    24922494    *pPdeDst = PdeDst;
    24932495
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