I want to apologize for bad English at once!!!
To whom it is interesting to those, I tell as now to emulate Cisco ASA 5520 with IOS 8.4.2 and ASDM 647.....
For a start we download source codes:
https://www.box.com/s/9a4f93e904799e189d64After archive downloading, we copy its contents in the folder with images. We start GNS3:
So that we have:
1 – any, thought up, the name;
2 – we expose the RAM size of equal 1024 Mb (as this version demands bigger quantity of resources and on the real equipment there should be at least 1024 Mb of memory);
3 - in the tab «Qemu Options» prescribes the following parameters:
-vnc none -vga none -m 1024 -icount auto -hdachs 980,16,32 4 - parameter «Initrd» put this path
asa842-initrd.gz;
5 - parameter «Kernel» put this path
asa842-vmlinuz;
6 - in the tab «Kernel cmd line» prescribes the following parameters:
-append ide_generic.probe_mask=0x01 ide_core.chs=0.0:980,16,32 auto nousb console=ttyS0,9600 bigphysarea=65536ciscoasa#conf t
ciscoasa(config)#activation-key 0x4a3ec071 0x0d86fbf6 0x7cb1bc48 0x8b48b8b0 0xf317c0b5 – or you can have this: activation-key 0xb23bcf4a 0x1c713b4f 0x7d53bcbc 0xc4f8d09c 0x0e24c6b6;
ciscoasa(config)#wr – save configuration;
ciscoasa(config)#exit
SAVE!!!!Good luck