- Timestamp:
- Nov 6, 2012 8:45:04 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r43806 r43808 770 770 Bstr osTypeId; 771 771 hrc = pMachine->COMGETTER(OSTypeId)(osTypeId.asOutParam()); H(); 772 LogRel(("OS type: '%s'\n", Utf8Str(osTypeId).c_str())); 772 773 773 774 BOOL fIOAPIC; … … 941 942 && fIOAPIC 942 943 && ( osTypeId == "WindowsNT4" 943 || osTypeId == "Windows2000"944 || osTypeId == "WindowsXP"945 || osTypeId == "Windows2003"))944 || osTypeId == "Windows2000" 945 || osTypeId == "WindowsXP" 946 || osTypeId == "Windows2003")) 946 947 { 947 948 /* 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.