mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-23 06:32:25 +00:00
41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
{
|
|
"maintainer": "GNS3 Team",
|
|
"vendor_name": "Microsoft",
|
|
"product_name": "Windows",
|
|
"name": "Windows",
|
|
"description": "Microsoft Windows (or simply Windows) is a graphical operating system developed, marketed, and sold by Microsoft.\n\nMicrosoft releases time limited VMs for testing Internet Explorer.\n\nOn the download site select the VM, as platform select VirtualBox, then download the zip file, afterwards unzip it.",
|
|
"maintainer_email": "developers@gns3.net",
|
|
"category": "guest",
|
|
"status": "experimental",
|
|
"vendor_url": "https://dev.microsoft.com/",
|
|
"registry_version": 1,
|
|
|
|
"qemu": {
|
|
"console_type": "vnc",
|
|
"ram": 512,
|
|
"adapter_type": "pcnet",
|
|
"adapters": 2,
|
|
"arch": "i386",
|
|
"options": "-vga std -soundhw es1370"
|
|
},
|
|
|
|
"images": [
|
|
{
|
|
"version": "XP+IE8",
|
|
"filename": "IE8 - WinXP.ova",
|
|
"filesize": 1241329152,
|
|
"md5sum": "88c74f288bc81a7aad3d610a351680ce",
|
|
"download_url": "http://dev.windows.com/en-us/microsoft-edge/tools/vms/windows/"
|
|
}
|
|
],
|
|
|
|
"versions": [
|
|
{
|
|
"name": "XP+IE8",
|
|
"images": {
|
|
"hda_disk_image": "IE8 - WinXP.ova/IE8 - WinXP-disk1.vmdk"
|
|
}
|
|
}
|
|
]
|
|
}
|