Short: Grabs Kickstart to file, prints info Author: John Selck Uploader: selck_j gmx de (John Selck) Type: util/misc Version: 1.1 Replaces: util/misc/kick2f.lha Architecture: m68k-amigaos A simple Kickstart ROM grabbing tool. Can handle different ROM sizes and works on Kickstart 1.x to 3.x. How to use: > kick2f Will print data about the Kickstart ROM currently installed. > kick2f grab Will grab the Kickstart ROM to a file. The name of the file will automatically be generated: "kick_.rom" Additionally to the *.rom file, *.md5 and *.sha1 files containing the MD5 and SHA-1 hashes of the ROM will be stored. > kick2f check Will print data about a Kickstart ROM file. > kick2f help Prints a help page. Example of the output for a standard A1200 Kickstart 3.1 ROM: Kickstart version: 40.68 Size: 512 KB Checksum: ok (87ba7a3e) CRC32: 1483a091 MD5: 646773759326fbac3b2311fd8c8793ee SHA-1: e21545723fe8374e91342617604f1b3d703094f1 Saved to file: kick40068_1483a091.rom History ======= 1.1 Changed command line parsing. Removed some unused code and tables. Doesn't use lib:c.o anymore. Added NOHASHFILES switch to disable hashfile writing during grabbing. 1.0 Initial release