Changeset 9549 in vbox
- Timestamp:
- Jun 9, 2008 3:30:31 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/include/VBox/x86.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/x86.h
r9412 r9549 1109 1109 /** Bits 12-51 - - PAE - Physical Page number of the next level. */ 1110 1110 #if 1 /* we're using this internally and have to mask of the top 16-bit. */ 1111 /* Note: This is kind of dangerous if the guest uses these bits (legally or illegally); 1112 * we partly or that part into shadow page table entries. Will be corrected 1113 * soon. 1114 */ 1111 1115 #define X86_PDE_PAE_PG_MASK ( 0x0000fffffffff000ULL ) 1112 1116 #else
Note:
See TracChangeset
for help on using the changeset viewer.

