Changeset 101381 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Oct 6, 2023 10:00:59 AM (19 months ago)
- svn:sync-xref-src-repo-rev:
- 159384
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r101379 r101381 6832 6832 } const g_aConvertGuestOSTypesPre1_5[] = 6833 6833 { 6834 { "unknown", "Other"},6835 { "dos", "DOS"},6836 { "win31", "Windows31"},6837 { "win95", "Windows95"},6838 { "win98", "Windows98"},6839 { "winme", "WindowsMe"},6840 { "winnt4", "WindowsNT4"},6841 { "win2k", "Windows2000"},6842 { "winxp", "WindowsXP"},6843 { "win2k3", "Windows2003"},6844 { "winvista", "WindowsVista"},6845 { "win2k8", "Windows2008"},6846 { "os2warp3", "OS2Warp3"},6847 { "os2warp4", "OS2Warp4"},6848 { "os2warp45", "OS2Warp45"},6849 { "ecs", "OS2eCS"},6850 { "linux22", "Linux22"},6851 { "linux24", "Linux24"},6852 { "linux26", "Linux26"},6853 { "archlinux", "ArchLinux"},6854 { "debian", "Debian"},6855 { "opensuse", "OpenSUSE"},6856 { "fedoracore", "Fedora"},6857 { "gentoo", "Gentoo"},6858 { "mandriva", "Mandriva"},6859 { "redhat", "RedHat"},6860 { "ubuntu", "Ubuntu"},6861 { "xandros", "Xandros"},6862 { "freebsd", "FreeBSD"},6863 { "openbsd", "OpenBSD"},6864 { "netbsd", "NetBSD"},6865 { "netware", "Netware"},6866 { "solaris", "Solaris"},6867 { "opensolaris", "OpenSolaris"},6868 { "l4", "L4" }6834 { "unknown", GUEST_OS_ID_STR_X86("Other") }, 6835 { "dos", GUEST_OS_ID_STR_X86("DOS") }, 6836 { "win31", GUEST_OS_ID_STR_X86("Windows31") }, 6837 { "win95", GUEST_OS_ID_STR_X86("Windows95") }, 6838 { "win98", GUEST_OS_ID_STR_X86("Windows98") }, 6839 { "winme", GUEST_OS_ID_STR_X86("WindowsMe") }, 6840 { "winnt4", GUEST_OS_ID_STR_X86("WindowsNT4") }, 6841 { "win2k", GUEST_OS_ID_STR_X86("Windows2000") }, 6842 { "winxp", GUEST_OS_ID_STR_X86("WindowsXP") }, 6843 { "win2k3", GUEST_OS_ID_STR_X86("Windows2003") }, 6844 { "winvista", GUEST_OS_ID_STR_X86("WindowsVista") }, 6845 { "win2k8", GUEST_OS_ID_STR_X86("Windows2008") }, 6846 { "os2warp3", GUEST_OS_ID_STR_X86("OS2Warp3") }, 6847 { "os2warp4", GUEST_OS_ID_STR_X86("OS2Warp4") }, 6848 { "os2warp45", GUEST_OS_ID_STR_X86("OS2Warp45") }, 6849 { "ecs", GUEST_OS_ID_STR_X86("OS2eCS") }, 6850 { "linux22", GUEST_OS_ID_STR_X86("Linux22") }, 6851 { "linux24", GUEST_OS_ID_STR_X86("Linux24") }, 6852 { "linux26", GUEST_OS_ID_STR_X86("Linux26") }, 6853 { "archlinux", GUEST_OS_ID_STR_X86("ArchLinux") }, 6854 { "debian", GUEST_OS_ID_STR_X86("Debian") }, 6855 { "opensuse", GUEST_OS_ID_STR_X86("OpenSUSE") }, 6856 { "fedoracore", GUEST_OS_ID_STR_X86("Fedora") }, 6857 { "gentoo", GUEST_OS_ID_STR_X86("Gentoo") }, 6858 { "mandriva", GUEST_OS_ID_STR_X86("Mandriva") }, 6859 { "redhat", GUEST_OS_ID_STR_X86("RedHat") }, 6860 { "ubuntu", GUEST_OS_ID_STR_X86("Ubuntu") }, 6861 { "xandros", GUEST_OS_ID_STR_X86("Xandros") }, 6862 { "freebsd", GUEST_OS_ID_STR_X86("FreeBSD") }, 6863 { "openbsd", GUEST_OS_ID_STR_X86("OpenBSD") }, 6864 { "netbsd", GUEST_OS_ID_STR_X86("NetBSD") }, 6865 { "netware", GUEST_OS_ID_STR_X86("Netware") }, 6866 { "solaris", GUEST_OS_ID_STR_X86("Solaris") }, 6867 { "opensolaris", GUEST_OS_ID_STR_X86("OpenSolaris") }, 6868 { "l4", GUEST_OS_ID_STR_X86("L4") }, 6869 6869 }; 6870 6870
Note:
See TracChangeset
for help on using the changeset viewer.