- Timestamp:
- Sep 23, 2013 10:39:35 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 89213
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGM.cpp
r47786 r48629 3580 3580 if (!(u32Features & X86_CPUID_FEATURE_EDX_PAE)) 3581 3581 return VMSetRuntimeError(pVM, VMSETRTERR_FLAGS_FATAL, "PAEmode", 3582 N_("The guest is trying to switch to the PAE mode which is currently disabled by default in VirtualBox. PAE support can be enabled using the VM settings ( General/Advanced)"));3582 N_("The guest is trying to switch to the PAE mode which is currently disabled by default in VirtualBox. PAE support can be enabled using the VM settings (System/Processor)")); 3583 3583 3584 3584 GCPhysCR3 = CPUMGetGuestCR3(pVCpu) & X86_CR3_PAE_PAGE_MASK;
Note:
See TracChangeset
for help on using the changeset viewer.