VirtualBox

Changeset 22293 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 17, 2009 12:18:38 PM (15 years ago)
Author:
vboxsync
Message:

Corrected guest OS name check for tpr patching

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl2.cpp

    r22292 r22293  
    306306        if (    !fIs64BitGuest
    307307            &&  fIOAPIC
    308             &&  (   osTypeId == "WindowsNT"
    309                  || osTypeId == "Windows 2000"
     308            &&  (   osTypeId == "WindowsNT4"
     309                 || osTypeId == "Windows2000"
    310310                 || osTypeId == "WindowsXP"
    311                  || osTypeId == "Windows 2003"))
     311                 || osTypeId == "Windows2003"))
    312312        {
    313313            /* 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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette