home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Workbench / Patches / patchstrip.readme < prev    next >
Text File  |  1998-05-11  |  2KB  |  53 lines

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