home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / diskutil / argus / argus.doc next >
Encoding:
Text File  |  1986-02-05  |  1.9 KB  |  50 lines

  1. ----------------------------------------------------------------------
  2.  
  3.                    ARGUS & XARGUS Info File.
  4.  
  5. ----------------------------------------------------------------------
  6.  
  7. Argus & Xargus were written to provide an easy way to keep track of
  8. what a program currently running is doing (reading) on the disk.
  9.  
  10. Argus intercepts the Bios call RWABS (see you bios doc) and displays
  11. the parameters. It also displays the address from where the bios was
  12. called, as well the error number returned by the bios.
  13. (If you don't know what i'm talking about here, don't worry, you won't
  14. need using these programs then.)
  15.  
  16. Xargus does a similar thing to the XBIOS call Floprd. (Xbios call #8)
  17.  
  18. The exact display format of both is as follows:
  19.  
  20. Argus :
  21. $<call address> <drive>:<r/w> R#<rec.nbr>, #<rec.count> <error#>
  22. n.b. r/w is displayed as arrow-left for read,arrow right for write
  23.  
  24. Xargus
  25. $<call address> <drive>:<side> T<track>,S<sector>, #<rec.count> <error#>
  26. n.b. 'side' is displayed as arrow-up for side 0,arrow down for side 1
  27.  
  28. To install one or both of them,just start them (you won't get any message,
  29. but they will be there.)
  30. You should start Ramdisk programs BEFORE argus, as they also intercept
  31. the RWABS vector. (It will not crash, but if the starting order is reversed,
  32. the ramdisk operations will not be traced by argus. If this is what you
  33. need, install the ramdisk second.)
  34. Don't install argus / xargus twice, there's no check currently to see if they
  35. are already there or not, so you will loose memory and execution time for
  36. nothing.
  37.  
  38. This is the first argus/xargus version, the source should be provided too,
  39. I would be very pleased to hear about enhancements.
  40. Just return your version to the person that gave you this one, if that person
  41. does the same thing, it will reach me sooner or later.
  42.  
  43. Happy hacking ,
  44.  
  45.                                   --- KS. ---
  46.  
  47.  
  48.  
  49.  
  50.