home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / HPMOUSE.ZIP / README.TXT < prev   
Text File  |  1992-04-28  |  1KB  |  45 lines

  1. In the following document, 'the driver' refers to the hilmou.sys and
  2. noexbios.sys.  HP is the Hewlett-Packard company.
  3.  
  4. By receiving the beta form of the driver, the recipient
  5. agrees:
  6.  
  7.   1.  The driver will not be redistributed by the recipient.  
  8.  
  9.       The recipient can install and use the driver on machine(s)
  10.       under his direct control.
  11.  
  12.   2.  Upon request, the recipient will destroy all copies of the driver.
  13.  
  14.   3. The driver is provided as is.  There is no guarantee to its
  15.      functionality or its correctness.
  16.  
  17.   4. All copies of the driver are to be destroyed after an official
  18.      version is made publicly available by HP.
  19.  
  20. ----
  21. Whew!  Now let's get to the fun part.
  22.  
  23. First, install OS/2 2.0 and select the PS/2 mouse option. You should
  24. get the following lines in config.sys...
  25.  
  26.   device=c:\os2\pmdd.sys
  27.   device=c:\os2\mdos\vmouse.sys
  28.   device=c:\os2\pointdd.sys
  29.   device=c:\os2\mouse.sys
  30.  
  31. Copy noexbios.sys and hilmou.sys to the appropriate directory. In this
  32. example, it is the root but you can use whatever directory you want.
  33. Edit the config.sys file so it looks like...
  34.  
  35.   device=c:\os2\pmdd.sys
  36.   device=c:\os2\mdos\vmouse.sys
  37.   device=c:\os2\pointdd.sys
  38.   device=\noexbios.sys
  39.   device=\hilmou.sys
  40.   device=c:\os2\mouse.sys type=hilmou$
  41.  
  42. Reboot the system.
  43.  
  44.  
  45.