VirtualBox

Changeset 10068 in vbox for trunk


Ignore:
Timestamp:
Jul 1, 2008 11:17:41 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
32555
Message:

Set the accessed bit as well (protected mode without paging; shadow pde)

File:
1 edited

Legend:

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

    r10063 r10068  
    26722672    PdeDst.u &= X86_PDE_AVL_MASK;
    26732673    PdeDst.u |= pShwPage->Core.Key;
    2674     PdeDst.n.u1Present = 1;
    2675     PdeDst.n.u1Write   = 1;
    2676     PdeDst.n.u1User    = 1;
     2674    PdeDst.n.u1Present  = 1;
     2675    PdeDst.n.u1Write    = 1;
     2676    PdeDst.n.u1User     = 1;
     2677    PdeDst.n.u1Accessed = 1;
    26772678    *pPdeDst = PdeDst;
    26782679
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette