Changeset 14167 in vbox for trunk/include/VBox
- Timestamp:
- Nov 13, 2008 12:31:38 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39266
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm.h
r13972 r14167 62 62 /** Switcher for PAE host paging to AMD64 shadow paging. */ 63 63 VMMSWITCHER_PAE_TO_AMD64, 64 /** Switcher for AMD64 host paging to 32-bit shadow paging. */ 65 VMMSWITCHER_AMD64_TO_32, 64 66 /** Switcher for AMD64 host paging to PAE shadow paging. */ 65 67 VMMSWITCHER_AMD64_TO_PAE,
Note:
See TracChangeset
for help on using the changeset viewer.