Changeset 14240 in vbox
- Timestamp:
- Nov 17, 2008 9:30:39 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39376
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGM.cpp
r14167 r14240 3438 3438 3439 3439 VMSetRuntimeError(pVM, true, "PAEmode", 3440 N_("The guest is trying to switch to the PAE mode which is currently disabled by default in VirtualBox. Experimental PAE support can be enabled using the -pae option with VBoxManage"));3440 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)")); 3441 3441 /* we must return VINF_SUCCESS here otherwise the recompiler will assert */ 3442 3442 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.