Changeset 11763 in vbox
- Timestamp:
- Aug 28, 2008 2:27:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r11761 r11763 888 888 | X86_CR0_PG /* Must monitor this bit (assumptions are made for real mode & protected mode without paging emulation) */ 889 889 | X86_CR0_TS 890 | X86_CR0_ET 891 | X86_CR0_CD /* Cache disable must not be changed! */ 890 | X86_CR0_ET /* Bit not restored during VM-exit! */ 891 | X86_CR0_CD /* Bit not restored during VM-exit! */ 892 | X86_CR0_NW /* Bit not restored during VM-exit! */ 892 893 | X86_CR0_NE 893 894 | X86_CR0_MP;
Note:
See TracChangeset
for help on using the changeset viewer.