VirtualBox

Changeset 8739

Show
Ignore:
Timestamp:
05/09/08 13:21:20 (2 months ago)
Author:
vboxsync
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy