home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d501 / doswatch.lha / DOSWatch / DOSWatch.doc < prev    next >
Text File  |  1991-06-27  |  1KB  |  40 lines

  1.    
  2.     +-----------------------------------------------------------------+
  3.     ! DOSWatch V1.0                    © A.Voss Wrede 1991 !
  4.     +-----------------------------------------------------------------+
  5.  
  6.  
  7.     Intro
  8.     -----
  9.     DOSWatch monitores all references to the AmigaDOS library.
  10.     It's done by simply patching six byte of library code, so
  11.     DOSWatch cannot provide information about calls to AmigaDOS, 
  12.     which are done by directly jumping into AmigaDOS code
  13.     (e.g. transient CLI commands like DIR or DELETE ).
  14.     DOSWatch was tested under Kickstart 1.3 ,it should also work fine
  15.     with Kickstart Version 1.2. Permission is granted to freely 
  16.     distribute this stuff as long as neither the whole thing nor parts
  17.     of it is taken for comercial use.
  18.  
  19.     Calling Sequence
  20.     ----------------
  21.     DOSWatch [IO] [LOG <file>]
  22.     
  23.     IF you are interested in _LVORead _LVOWrite calls use the IO
  24.     command parameter. You may like a logfile - then use the LOG
  25.     parameter (e.g. "LOG ram:kati").
  26.     You can invoke DOSWatch from a CLI as well as from WB. In order
  27.     to use the Workbench you have to provide a project icon (with an
  28.     optional tool type entry) at the very same location as the DOSWatch
  29.     executable image.
  30.  
  31.     Dont' be confused if the LED is flickering sometimes. Different
  32.     DOS calls must be serialized - this is simply done by a wait loop -
  33.     and this "waiting" is indicated via LED.
  34.  
  35.  
  36.  
  37.     SO ENJOY AND HAVE FUN                /VW may-1991
  38.     
  39.  
  40.