home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_2.iso / files / 731.lha / ArpLibrary_v40.2 / README < prev    next >
Text File  |  1993-02-07  |  2KB  |  56 lines

  1.  
  2. Replacement arp.library for Kickstart 2.0 or higher.
  3.  
  4. Don't use on Kickstart 1.2/1.3.  Your Amiga will crash!!
  5.  
  6. Changes made to arp.library:
  7.  
  8. o FileRequest() removed!  Will always return FALSE!  This means you will
  9.   _have_ to run a patch program to replace the Arp file requester by some
  10.   other one.  Use RTPatch, ReqChange, MFR, ArpToAsl,...
  11.  
  12. o All Arp replacements for DOS calls (Open() -> Execute()) routed back
  13.   to dos.library.
  14.  
  15. o CompareLock() routed to DOS SameLock()
  16.  
  17. o Puts() routed to DOS PutStr()
  18.  
  19. o Assign() routed to DOS Lock() & AssignLock()
  20.  
  21. o FindCLI() routed to DOS FindCliProc() or MaxCli()
  22.  
  23. o Getenv() routed to DOS GetVar()
  24.  
  25. o Setenv() routed to DOS SetVar()
  26.  
  27. o TackOn() routed to DOS AddPart()
  28.  
  29. o BaseName() routed to DOS FilePart()
  30.  
  31. o StamptoStr() routed to DOS DateToStr()
  32.  
  33. o StrtoStamp() routed to DOS StrToDate()
  34.  
  35. o CloseLibrary() fixed, flushes datacache of 68040 processor.  Arp commands
  36.   place code on the stack before closing the Arp library and this caused
  37.   them to crash on 68040 machines.
  38.  
  39. This is just a hacked up version of the library to improve compatibility of
  40. Arp with Kickstart 2.0 (or higher).  Arp has not been updated in almost three
  41. years now, so I suppose we can say it is dead.  The most useful functions of
  42. Arp can now be found in the Kickstart 2.0 ROM, so there is no real need
  43. anymore for Arp.
  44.  
  45. Note that this replacement library has been constructed without the Arp
  46. authors' permission.
  47.  
  48. Release 40.1
  49. ------------
  50.  - First release.
  51.  
  52. Release 40.2
  53. ------------
  54.  - CloseLibrary() patch added for 68040 machines (e.g. A4000).
  55.  
  56.