VirtualBox

Changeset 15968 in vbox


Ignore:
Timestamp:
Jan 15, 2009 2:50:06 PM (16 years ago)
Author:
vboxsync
Message:

Added Windows 7 to OS types list.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/ostypes.h

    r15064 r15968  
    6565    VBOXOSTYPE_Win2k8           = 0x36000,
    6666    VBOXOSTYPE_Win2k8_x64       = 0x36100,
     67    VBOXOSTYPE_Win7             = 0x37000,
     68    VBOXOSTYPE_Win7_x64         = 0x37100,
    6769    VBOXOSTYPE_OS2              = 0x40000,
    6870    VBOXOSTYPE_OS2Warp3         = 0x41000,
  • trunk/src/VBox/Main/Global.cpp

    r15814 r15968  
    6464    { "Windows", "Microsoft Windows", SchemaDefs_OSTypeId_Windows2008_64,  "Windows 2008 (64 bit)",
    6565      VBOXOSTYPE_Win2k8_x64,      VBOXOSHINT_64BIT | VBOXOSHINT_HWVIRTEX | VBOXOSHINT_IOAPIC,  512,  12, 20 * _1K, NetworkAdapterType_I82540EM },
     66    { "Windows", "Microsoft Windows", SchemaDefs_OSTypeId_Windows7,        "Windows 7",
     67      VBOXOSTYPE_Win7,          VBOXOSHINT_NONE, 512,  12, 20 * _1K, NetworkAdapterType_I82540EM },
     68    { "Windows", "Microsoft Windows", SchemaDefs_OSTypeId_Windows7_64,  "Windows 7 (64 bit)",
     69      VBOXOSTYPE_Win7_x64,       VBOXOSHINT_64BIT | VBOXOSHINT_HWVIRTEX | VBOXOSHINT_IOAPIC,  512,  12, 20 * _1K, NetworkAdapterType_I82540EM },
    6670    { "Windows", "Microsoft Windows", SchemaDefs_OSTypeId_WindowsNT,       "Other Windows",
    6771      VBOXOSTYPE_WinNT,           VBOXOSHINT_NONE, 512,  12, 20 * _1K, NetworkAdapterType_Am79C973 },
  • trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd

    r15708 r15968  
    153153    <xsd:enumeration value="Windows2008"/>
    154154    <xsd:enumeration value="Windows2008_64"/>
     155    <xsd:enumeration value="Windows7"/>
     156    <xsd:enumeration value="Windows7_64"/>
    155157    <xsd:enumeration value="WindowsNT"/>
    156158    <xsd:enumeration value="OS2Warp3"/>
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