gns3-registry/appliances/microsoft-windows+ie.gns3a
Julien Duponchelle eced8be2a5 When prettify add new line at the end of the file.
This avoid trouble with most text editors.
2016-01-15 10:18:10 +01:00

38 lines
1.3 KiB
Plaintext

{
"name": "Windows",
"category": "guest",
"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.",
"vendor_name": "Microsoft",
"vendor_url": "https://dev.microsoft.com/",
"product_name": "Windows",
"registry_version": 1,
"status": "experimental",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"qemu": {
"adapter_type": "pcnet",
"adapters": 2,
"ram": 512,
"arch": "i386",
"console_type": "vnc",
"options": "-vga std -soundhw es1370 -usbdevice tablet"
},
"images": [
{
"filename": "IE8 - WinXP.ova",
"version": "XP+IE8",
"md5sum": "88c74f288bc81a7aad3d610a351680ce",
"filesize": 1241329152,
"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"
}
}
]
}