home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1997 #3 / amigamamagazinepolishissue03-1 / polski_aminet / tadek_knapik / readme next >
Text File  |  1996-11-29  |  1KB  |  32 lines

  1. Short:    Make AMOS progs read from muFS partitions
  2. Author:   tadek@student.uci.agh.edu.pl (Tadek Knapik)
  3. Uploader: tadek@student.uci.agh.edu.pl (Tadek Knapik)
  4. Type:     util/misc
  5.  
  6.     Have you noticed that some programs can't read files when you
  7. have muFS installed? This is caused by improper use of dos.library's
  8. Lock(). Instead of ACCESS_READ or ACCESS_WRITE the proggy sets in d2
  9. something else.
  10.     This patch tests d2 before calling Lock(), and if it is not
  11. ACCESS_WRITE, it is set to ACCESS_READ. NOTE: This is just a quick hack
  12. and it may collide with future enhancements of Lock() (when more than
  13. those two modes are available). But it is rarely needed just for lame
  14. AMOS programs, and those should die before any new system is born.
  15.  
  16.     REQUIRES patch.library V5 (found on Aminet: util/libs)
  17.  
  18.     The usage is simple: run to install, run again to remove.
  19.     Thanks to Stefan Fuchs for the patch.library!
  20.  
  21.     Tadek Knapik
  22.  
  23.  
  24. ============================= Archive contents =============================
  25.  
  26. Original  Packed Ratio    Date     Time    Name
  27. -------- ------- ----- --------- --------  -------------
  28.      624     407 34.7% 14-Nov-96 18:34:20 +LameLock
  29.      918     527 42.5% 14-Nov-96 18:42:58 +LameLock.readme
  30. -------- ------- ----- --------- --------
  31.     1542     934 39.4% 17-Nov-96 00:19:04   2 files
  32.