VirtualBox

Changeset 48629 in vbox for trunk


Ignore:
Timestamp:
Sep 23, 2013 10:39:35 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89213
Message:

VMM: fixed help message to point the user where to enable PAE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PGM.cpp

    r47786 r48629  
    35803580            if (!(u32Features & X86_CPUID_FEATURE_EDX_PAE))
    35813581                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)"));
    35833583
    35843584            GCPhysCR3 = CPUMGetGuestCR3(pVCpu) & X86_CR3_PAE_PAGE_MASK;
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