Changeset 22293 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 17, 2009 12:18:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r22292 r22293 306 306 if ( !fIs64BitGuest 307 307 && fIOAPIC 308 && ( osTypeId == "WindowsNT "309 || osTypeId == "Windows 308 && ( osTypeId == "WindowsNT4" 309 || osTypeId == "Windows2000" 310 310 || osTypeId == "WindowsXP" 311 || osTypeId == "Windows 311 || osTypeId == "Windows2003")) 312 312 { 313 313 /* Only allow TPR patching for NT, Win2k, XP and Windows Server 2003. (32 bits mode)
Note:
See TracChangeset
for help on using the changeset viewer.