Changeset 13203 in vbox for trunk/include
- Timestamp:
- Oct 13, 2008 10:02:04 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hwacc_vmx.h
r13197 r13203 235 235 uint64_t u1IgnorePAT : 1; 236 236 /** Big page (must be 1 here). */ 237 uint64_t u1 Big: 1;237 uint64_t u1Size : 1; 238 238 /** Available for software. */ 239 239 uint64_t u4Available : 4;
Note:
See TracChangeset
for help on using the changeset viewer.