Changeset 16478 in vbox
- Timestamp:
- Feb 3, 2009 10:07:55 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/TRPM.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/TRPM.cpp
r14755 r16478 1232 1232 * to work ok... However on 64-bit Vista (SMP?) is doesn't work reliably. 1233 1233 * Booting Linux/BSD guest will cause system lockups on most of the computers. 1234 * -> Update: It seems gate 0x80 is not safe on 32-bits Windows either. See 1235 * defect #3604. 1234 1236 * 1235 1237 * PORTME - Check if your host keeps any of these gates free from hw ints. … … 1240 1242 /** @todo Solve this in a proper manner. see defect #1186 */ 1241 1243 #if defined(RT_OS_WINDOWS) && defined(RT_ARCH_X86) 1242 if (iTrap == 0x2E || iTrap == 0x80)1244 if (iTrap == 0x2E) 1243 1245 #elif defined(RT_OS_LINUX) 1244 1246 if (iTrap == 0x80)
Note:
See TracChangeset
for help on using the changeset viewer.

