VirtualBox

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


Ignore:
Timestamp:
Dec 15, 2008 9:46:55 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
41056
Message:

Clear PAE bit when in 32 bits shadow mode

File:
1 edited

Legend:

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

    r15545 r15555  
    13831383            case PGMMODE_REAL:          /* Real mode                 -> emulated using v86 mode */
    13841384            case PGMMODE_PROTECTED:     /* Protected mode, no paging -> emulated using identity mapping. */
    1385             case PGMMODE_32_BIT:        /* 32-bit paging. */
     1385            case PGMMODE_32_BIT:        /* 32-bit paging. */               
     1386                val &= ~X86_CR4_PAE;
    13861387                break;
    13871388
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