
                   Installing SCSI support



System Installation Requirements

HP OmniBook 800 installed with Windows 3.1 or Windows for Workgroups

HP OmniBook 800 SCSI Drivers.  These drivers are located on the OmniBook
   hard disk in C:\OMNIBOOK\DRIVERS\WFW\SCSI. These drivers are also located
   on the HP OmniBook Recovery CD in the \OmniBook\DRIVERS\WFW\SCSI directory.



Procedures
1.   Create a directory in the root of C: named SCSI.
2.   Copy the following files to the SCSI directory.
          ASPI8XX.SYS
          SYMCD.SYS
          SYMDISK.SYS
          WIN8XX.386
          WIN8XX.DLL
3.   Add these lines to the CONFIG.SYS file:

REM -- Enable SCSI
devicehigh=c:\scsi\aspi8xx.sys /v

REM -- Enable SCSI CD-ROM driver...
REM -- Insert 'rem' if CD-ROM drive not installed...
devicehigh=c:\scsi\symcd.sys /d:aspicd0


REM -- Enable SCSI external disk driver
REM -- Insert 'rem' if no external SCSI drive
devicehigh=c:\scsi\symdisk.sys

4.   Add these lines to the beginning of the AUTOEXEC.BAT file:

REM Enable SCSI CD-ROM drive if present...

REM -- Insert "rem" if CD-ROM drive not installed...
c:\dos\mscdex /d:aspicd0 /m:12 /l:H
REM -- The /l option specifies the drive letter for the CD-ROM


REM SMARTDRV needs to follow MSCDEX to enable read for a CD-ROM Drive available



