VirtualBox

Changeset 32525 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Sep 15, 2010 3:07:05 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65907
Message:

Updated comments

Location:
trunk/src/VBox/VMM/VMMR0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp

    r32458 r32525  
    788788            case PGMMODE_PAE:           /* PAE paging. */
    789789            case PGMMODE_PAE_NX:        /* PAE paging with NX enabled. */
    790                 /** @todo use normal 32 bits paging */
     790                /** Must use PAE paging as we could use physical memory > 4 GB */
    791791                val |= X86_CR4_PAE;
    792792                break;
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r32512 r32525  
    16631663            case PGMMODE_PAE:           /* PAE paging. */
    16641664            case PGMMODE_PAE_NX:        /* PAE paging with NX enabled. */
    1665                 /** @todo use normal 32 bits paging */
     1665                /** Must use PAE paging as we could use physical memory > 4 GB */
    16661666                val |= X86_CR4_PAE;
    16671667                break;
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