Changeset 15968 in vbox
- Timestamp:
- Jan 15, 2009 2:50:06 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/ostypes.h
r15064 r15968 65 65 VBOXOSTYPE_Win2k8 = 0x36000, 66 66 VBOXOSTYPE_Win2k8_x64 = 0x36100, 67 VBOXOSTYPE_Win7 = 0x37000, 68 VBOXOSTYPE_Win7_x64 = 0x37100, 67 69 VBOXOSTYPE_OS2 = 0x40000, 68 70 VBOXOSTYPE_OS2Warp3 = 0x41000, -
trunk/src/VBox/Main/Global.cpp
r15814 r15968 64 64 { "Windows", "Microsoft Windows", SchemaDefs_OSTypeId_Windows2008_64, "Windows 2008 (64 bit)", 65 65 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 }, 66 70 { "Windows", "Microsoft Windows", SchemaDefs_OSTypeId_WindowsNT, "Other Windows", 67 71 VBOXOSTYPE_WinNT, VBOXOSHINT_NONE, 512, 12, 20 * _1K, NetworkAdapterType_Am79C973 }, -
trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd
r15708 r15968 153 153 <xsd:enumeration value="Windows2008"/> 154 154 <xsd:enumeration value="Windows2008_64"/> 155 <xsd:enumeration value="Windows7"/> 156 <xsd:enumeration value="Windows7_64"/> 155 157 <xsd:enumeration value="WindowsNT"/> 156 158 <xsd:enumeration value="OS2Warp3"/>
Note:
See TracChangeset
for help on using the changeset viewer.