home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Workbench / Patches / patchstrip.lha / patchstrip.doc < prev   
Text File  |  1980-01-01  |  2KB  |  47 lines

  1. This program is freeware.  This program is a hack.  I will not be responsible
  2. for any damages arising from the use of this program.  Use this program at
  3. your own risk.
  4.  
  5. Introduction:
  6. I was quite excited to finally see an updated version of the SCSI/IDE drivers
  7. on the Amiga International, Inc. website.  Finally, an IDE driver capable of
  8. utilizing IDE/ATAPI cd-rom drives!  And it was FREE!  Unfortunately, the
  9. upgraded drivers also caused some problems with my system.  But,
  10. unfortunately, it was not without it's problems.  First and most importantly,
  11. it threw my clock WAY out of whack (which I had a real problem tracking down,
  12. with a slew of add-ons and hacks in my wbstartup drawer and startup-sequence).
  13. Secondly, on April 4th, it decided to throw a recoverable alert at me
  14. notifying me that it was a beta version and that it had expired.  Fine, but
  15. the alert also crashed my system at that point and it took several resets to
  16. bring my machine to it's senses.  So, that night I set about writing this
  17. patch.  It worked by jumping to the exit routine no matter what the date is,
  18. thereby bypassing the alert code completely.
  19.  
  20. Requirements:
  21. OS3.x (V40.xx)
  22. hard disk
  23. SCSI_IDE43_23.lha (available from www.amiga.de)
  24.  
  25. Usage:
  26. patchstrip <Axxx.LD.STRIP> <newfilename>
  27.  
  28. where <Axxx.LD.STRIP> is the AmigaDOS path/filename of the module to patch.
  29. You must be using the V43.23 modules, as I have no idea what this will do
  30. to other versions of the modules. The Amiga International, Inc. archive uses
  31. A300.LD.STRIP,A600...,A1000...,A4000T... and SCSIDISK.LD.STRIP as the
  32. filenames that they de-archive to.  If you have renamed them like I have, be
  33. sure to give the proper path and filename here.  As far as I can tell, this
  34. patch should work fine on any of these modules, although this patch has only
  35. been tested so far on my machine only.
  36.  
  37. <newfilename> is the destination path/filename for the patched version of the
  38. module.  This patch does not overwrite the original module, so this leaves
  39. you with a backup if the patch for some reason fails.
  40.  
  41. This program has been tested on my equipment and works fine.  My configuration
  42. is an A4000/040T with 18 MB RAM, 2.1GB Quantum Fireball SCSI HD, NEC 24 speed
  43. ATAPI CD-ROM.
  44.  
  45. I would also like to thank David Benn for his excellant ACE compiler, with
  46. which this program was made in a whopping fifteen minutes.
  47.