home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / cdrom / Misc / mkisofs / README-Amiga < prev    next >
Text File  |  1994-11-18  |  2KB  |  35 lines

  1. This is an Amiga port of "mkisofs", a simple CD-ROM mastering package
  2. that is covered by the GNU General Public License.  Note that this
  3. port is based on the Dec 1993 1.00 general release.
  4.  
  5. In order to be able to produce royality free CD-ROM's, that were
  6. compatible with other Amiga CD-ROM's (ISO-9660 level 2 with some minor
  7. differences), I funded this port of mkisofs.  It has now been used to
  8. produce several CD releases, so I'm confident that it is reasonably
  9. bug free and reliable.
  10.  
  11. HINT: If you make a CD, I strongly suggest that you use "brik" to
  12. generate a CRC list of every file on the CD and it's CRC.  You can
  13. then go back at any time, either during the production process, or
  14. after production, to verify that the data you are working with is 100%
  15. complete and correct.
  16.  
  17. You can use the CRC list to verify that a particular production disk
  18. is good, or that a specific software driver is capable of reading the
  19. entire disk.  This port of mkisofs turned up bugs in almost every
  20. software driver I tried, which would have very likely gone undetected
  21. or been very hard to find if the CRC list had not been available to
  22. validate the CD with.
  23.  
  24. A typical command for generating an Amiga compatible ISO image is:
  25.  
  26.     mkisofs -a -c -e -o ISO:FreshFish-May94.iso \
  27.     -P "Amiga Library Services - (602) 917-0917" \
  28.     -p "Fred Fish" -r -V FreshFish-May94 FreshFish-May94:
  29.  
  30. If you are interested in enhancing this package or otherwise making
  31. significant improvements in it, please contact me.  Thanks!
  32.  
  33. -Fred Fish    (fnf@amigalib.com)
  34.  16-Jul-94
  35.