Changeset 8804 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 14, 2008 7:49:29 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30804
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r8803 r8804 4523 4523 { SchemaDefs_OSTypeId_netware, "Netware", VBOXOSTYPE_Netware, 128, 4, 4 * _1K }, 4524 4524 { SchemaDefs_OSTypeId_solaris, "Solaris", VBOXOSTYPE_Solaris, 512, 12, 16 * _1K }, 4525 4525 { SchemaDefs_OSTypeId_opensolaris, "OpenSolaris", VBOXOSTYPE_OpenSolaris, 512, 12, 16 * _1K }, 4526 4526 { SchemaDefs_OSTypeId_l4, "L4", VBOXOSTYPE_L4, 64, 4, 2 * _1K } 4527 4527 }; -
trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd
r8611 r8804 171 171 <xsd:enumeration value="netware"/> 172 172 <xsd:enumeration value="solaris"/> 173 <xsd:enumeration value="opensolaris"/> 173 174 <xsd:enumeration value="l4"/> 174 175 </xsd:restriction>
Note:
See TracChangeset
for help on using the changeset viewer.