Changeset 49726 in vbox
- Timestamp:
- Nov 29, 2013 2:10:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0Mixed.mac
r49523 r49726 25 25 %define VMX_SKIP_GDTR 26 26 %ifdef RT_OS_DARWIN 27 ; Darwin (Mavericks) uses IDTR limit to store the CPU IDso we need to restore it always.27 ; Darwin (Mavericks) uses IDTR limit to store the CPU Id so we need to restore it always. 28 28 ; See @bugref{6875}. 29 29 %elifdef RT_OS_WINDOWS 30 30 ; Windows 8.1 RTM also seems to be using the IDTR limit for something. See @bugref{6956}. 31 ;; @todo figure out what exactly it does and try and restrict it more.31 ;; @todo figure out what exactly it does and try and restrict it to specific Window versions. 32 32 %else 33 33 %define VMX_SKIP_IDTR
Note:
See TracChangeset
for help on using the changeset viewer.