From: "Daniel P. Berrange" <berrange@xxxxxxxxxx> For completness add in the 16-bit Windows OS and Win NT line of OS --- data/oses/windows.xml | 102 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 102 insertions(+), 0 deletions(-) diff --git a/data/oses/windows.xml b/data/oses/windows.xml index 4d88bfd..910cba0 100644 --- a/data/oses/windows.xml +++ b/data/oses/windows.xml @@ -76,6 +76,106 @@ ]]> --> + <os id="http://microsoft.com/win1.0"> + <short-id>win1.0</short-id> + <name>Microsoft Windows 1.0</name> + <vendor>Microsoft Corporation</vendor> + <family>win16</family> + <distro>windows</distro> + + <release-date>1985-11-20</release-date> + <eol-date>2001-12-31</eol-date> + </os> + + <os id="http://microsoft.com/win2.0"> + <short-id>win2.0</short-id> + <name>Microsoft Windows 2.0</name> + <vendor>Microsoft Corporation</vendor> + <family>win16</family> + <distro>windows</distro> + <upgrades id="http://microsoft.com/win1.0"/> + <derives-from id="http://microsoft.com/win1.0"/> + + <release-date>1987-12-09</release-date> + <eol-date>2001-12-31</eol-date> + </os> + + <os id="http://microsoft.com/win2.1"> + <short-id>win2.1</short-id> + <name>Microsoft Windows 2.1</name> + <vendor>Microsoft Corporation</vendor> + <family>win16</family> + <distro>windows</distro> + <upgrades id="http://microsoft.com/win2.0"/> + <derives-from id="http://microsoft.com/win2.0"/> + + <release-date>1988-05-27</release-date> + <eol-date>2001-12-31</eol-date> + </os> + + <os id="http://microsoft.com/win31"> + <short-id>win3.1</short-id> + <name>Microsoft Windows 3.1</name> + <vendor>Microsoft Corporation</vendor> + <family>win16</family> + <distro>windows</distro> + <upgrades id="http://microsoft.com/win2.1"/> + <derives-from id="http://microsoft.com/win2.1"/> + + <release-date>1992-04-06</release-date> + <eol-date>2001-12-31</eol-date> + </os> + + <os id="http://microsoft.com/winnt3.1"> + <short-id>winnt3.1</short-id> + <name>Microsoft Windows NT Server 3.1</name> + <vendor>Microsoft Corporation</vendor> + <family>winnt</family> + <distro>windows</distro> + + <release-date>1993-07-27</release-date> + <eol-date>2000-12-31</eol-date> + </os> + + <os id="http://microsoft.com/winnt3.5"> + <short-id>winnt3.5</short-id> + <name>Microsoft Windows NT Server 3.5</name> + <vendor>Microsoft Corporation</vendor> + <family>winnt</family> + <distro>windows</distro> + <upgrades id="http://microsoft.com/winnt3.1"/> + <derives-from id="http://microsoft.com/winnt3.1"/> + + <release-date>1994-09-21</release-date> + <eol-date>2001-12-31</eol-date> + </os> + + <os id="http://microsoft.com/winnt3.51"> + <short-id>winnt3.51</short-id> + <name>Microsoft Windows NT Server 3.51</name> + <vendor>Microsoft Corporation</vendor> + <family>winnt</family> + <distro>windows</distro> + <upgrades id="http://microsoft.com/winnt3.5"/> + <derives-from id="http://microsoft.com/winnt3.5"/> + + <release-date>1995-05-30</release-date> + <eol-date>2001-12-31</eol-date> + </os> + + <os id="http://microsoft.com/winnt4.0"> + <short-id>winnt4.0</short-id> + <name>Microsoft Windows NT Server 4.0</name> + <vendor>Microsoft Corporation</vendor> + <family>winnt</family> + <distro>windows</distro> + <upgrades id="http://microsoft.com/winnt3.51"/> + <derives-from id="http://microsoft.com/winnt3.51"/> + + <release-date>1996-08-24</release-date> + <eol-date>2004-12-31</eol-date> + </os> + <os id="http://microsoft.com/win95"> <short-id>win95</short-id> <name>Microsoft Windows 95</name> @@ -83,6 +183,8 @@ <vendor>Microsoft Corporation</vendor> <family>win9x</family> <distro>windows</distro> + <upgrades id="http://microsoft.com/win3.1"/> + <derives-from id="http://microsoft.com/win3.1"/> <release-date>1995-08-24</release-date> <eol-date>2001-12-13</eol-date> -- 1.7.7.6