home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 207.lha / RADLED.doc < prev    next >
Text File  |  1996-02-14  |  1KB  |  42 lines

  1.                                 RADLED
  2.                                 ------
  3.  
  4.     This is a small program that when run will flicker the Amiga's power
  5. LED (light) as data is being read/written to/from the RAD: or VD0:.
  6. This shows you the activity of RAD: or VD0:.  That's all the program does!
  7.  
  8.  
  9.     Program usage:
  10.  
  11.     run RADLED
  12.  
  13.     And watch the power LED everytime you access RAD: or VD0:.
  14.  
  15.  
  16.     It is not advisable to run multiple copies of the program as it
  17. intercepts all the system's IO operations.  (It is written in assembly
  18. so does not slow things down.)
  19.  
  20.  
  21.     To quit the program you have to send it a Control-C or a Control-D
  22. by using the 'break' command.  However if there is any program that
  23. redirects IO (like TDebug) currently running that was started AFTER
  24. RADLED, you should quit that program first and then RADLED.
  25. If you don't you'll meet the guru.  Sorry.  Anyway, you won't want
  26. to quit RADLED.  (grin)
  27.  
  28.     Note: Both RAD: or VD0: must be already active before you run
  29. RADLED.  (Or just one if you use only one.)
  30.  
  31.  
  32.     Program by:  Khalid Aldoseri.   CIS 75166,2531.
  33.  
  34.  
  35.     If you want versions for other devices, i.e. harddisks, floppies,
  36. etc, just email me and I'll do one for you.
  37.  
  38.     You can freely distribute this program as long as this doc file stays
  39. with it and my name is not removed from you.
  40.  
  41.     Comments, suggestion, complaints, bug reports, etc.  are highly welcome.
  42.