home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / DLITE.ZIP / DLITE.DOC next >
Text File  |  1991-07-11  |  2KB  |  44 lines

  1.  
  2.  
  3.                             DLITE
  4.  
  5.  
  6.  
  7.    DLITE is an OS/2 device driver which simulates a disk activity light
  8. on the system information display panel of the PS/2 Model 95. It is
  9. based on the DOS program LIGHTS.COM written by Paul Boehler.
  10.  
  11.    DLITE PACKAGE consists of three files:
  12.  
  13.      DLITE DOC      This document
  14.      DLITE NEWS     Documentation of changes
  15.      DLITE SYSBIN   The device driver
  16.  
  17.    To install DLITE, download DLITE SYSBIN as DLITE.SYS. Add the following
  18. statement to your CONFIG.SYS file:
  19.  
  20. |    DEVICE=c:\path\DLITE.SYS ╒char■
  21. |
  22. |  Where "c:\path\" is the path where DLITE.SYS resides. "╒char■" is the
  23. | hexadecimal representation of an ASCII character used to display disk
  24. | activity - default is 7F which is a checkerboard pattern. You will need
  25. | to reboot to activate DLITE. Some examples follow:
  26. |
  27. |   DEVICE=C:\UTIL\DLITE.SYS 2A       displays an "asterisk"
  28. |   DEVICE=C:\UTIL\DLITE.SYS 44       displays a "D"
  29. |   DEVCIE=C:\UTIL\DLITE.SYS          defaults to "checkerboard"
  30.  
  31.    DLITE works by getting control on a timer tick, checking port 92H for
  32. an indication of hard disk activity, and outputting a character to the
  33. eighth LED in the display panel to indicate disk activity. Approximately
  34. ten instructions are run on every other timer tick. If DLITE is run on
  35. a model other than the 95, it seems to be relatively harmless except for
  36. the overhead, but of course it will display nothing.
  37.  
  38.    If DLITE is run with another program that writes to the system information
  39. display panel on the Mod 95, DLITE will take over the eighth LED digit, but
  40. have no effect on the other seven.
  41.  
  42.  
  43.  Lou Voerman        VOERMAN at PKSMRVM
  44.