/******************************************************************/
/*                                                                */
/*                                                                */
/*  This program performs a quick installation of the device      */
/*  driver and the MICROSOFT CD extension program into the        */
/*  system. The 'CONFIG.SYS' and 'AUTOEXEC.BAT' files will        */
/*  be modified when an install option is invoked.                */
/*  If the upgrade option is successfully performed, only         */
/*  the 'CONFIG.SYS' file will be modified.                       */
/*                                                                */
/*                                                                */
/*  Three options, 'Express Install', 'Custom Install'and         */
/*  'Upgrade' are provided in the installation procedure.         */
/*                                                                */
/*  <Express Install>                                             */
/*  This option performs an auto detect of a valid CD-ROM         */
/*  drive interface connected to the CD-ROM drive.                */
/*                                                                */
/*  The auto scan range of available hex I/O addresses for the    */
/*  Sony CDU-31A interface card is from 0200 to FFFF while the    */
/*  Panasonic CR-562 (with Multi-Drive capability) interface      */
/*  card is from 0200 to 0330.                                    */                                          */
/*                                                                */
/*  It is required to have the hardware properly installed        */
/*  before attempting the <Express Install> option.               */
/*                                                                */
/*                                                                */
/*  <Custom Install>                                              */
/*  This option provides the user the flexibility in              */
/*  configuring the CD-ROM drive during boot-up.                  */
/*  The options provided are:                                     */
/*        - Base I/O Address                                      */
/*        - Drive Letter                                          */
/*        - Device Name                                           */
/*        - Drive Speed Setting                                   */
/*        - Verbose Option                                        */
/*        - Types of Interface                                    */
/*                                                                */
/*  <Base I/O Addr>                                               */
/*  The base I/O address option allows user to enter              */
/*  any of the following addresses.                               */
/*                                                                */
/*  The range of valid available addresses are                    */
/*  from 0200 to FFFF.                                            */
/*  (All addresses are in hexadecimal form.)                      */
/*                                                                */
/*  <Drive Letter>                                                */
/*  This allows user to define the drive letter to be installed   */
/*  on the CD-ROM drive.                                          */
/*                                                                */
/*  <Device Name>                                                 */
/*  A string of up to a maximum of 8 characters is allowed in     */
/*  this option.                                                  */
/*                                                                */
/*  <Drive Speed>                                                 */
/*  The default option (Double Speed) is changeable to single     */
/*  speed by user.                                                */
/*                                                                */
/*  <Verbose>                                                     */
/*  This option if turned on will display the drive installation  */
/*  configuration at boot-up time.                                */
/*                                                                */
/*  <Types of Interface>                                          */
/*  This option (default to Sony Interface) will configure the    */
/*  interface card to be either Sony CDU-31A interface            */
/*  or Panasonic CR-562 interface.                                */
/*                                                                */
/*  Note : As for the Panasonic interface option, the interface   */
/*  card must have the Multi-Drive configuration capability.      */
/*                                                                */
/*  The configuration can also be performed or modified by        */
/*  editing the 'CONFIG.SYS' and 'AUTOEXEC.BAT' files.            */
/*                                                                */
/*  The following line can be added or modified (if already       */
/*  installed) in the 'CONFIG.SYS' file:                          */
/*                                                                */
/*  Either :                                                      */
/*  DEVICE=C:\<path>\DOL108.SYS /D:xxxxxxxx /S:x /P:xxxx /I:S /V  */
/*             (for Sony interface)                               */
/*  or                                                            */
/*  DEVICE=C:\<path>\DOL108.SYS /D:xxxxxxxx /S:x /P:xxxx /I:P /V  */
/*             (for Panasonic interface)                          */
/*                                                                */
/*                                                                */
/*  /D:OPTICS1 will define the device name for the CD-ROM         */
/*  installed on the system. This name has to be identical to     */
/*  that defined in the line installing the MSCDEX.EXE program in */
/*  the 'AUTOEXEC.BAT' file.                                      */
/*                                                                */
/*  /S:1 will default the drive to single speed at boot-up.       */
/*  /S:2 will default the drive to double speed at boot-up.       */
/*                                                                */
/*  /P:0300 will define the port address to be installed on the   */
/*  CD-ROM drive to 0300 hex. Other available port address is     */
/*  described in the <Base I/O Addr> option.                      */
/*                                                                */
/*  /I:S will default the interface to Sony interface.            */
/*  /I:P will default the interface to Panasonic interface.       */
/*                                                                */
/*  /V if present will turn on the verbose option at boot-up.     */
/*                                                                */
/*                                                                */
/*  <Upgrade>                                                     */
/*  This option performs an auto detect of a previously           */
/*  installed Dolphin CD-ROM Device Driver in the system file     */
/*  CONFIG.SYS and allows the user to upgrade the driver by       */
/*  replacing it with the driver on this distribution disk        */
/*  leaving all other configuration settings unchanged.           */
/*                                                                */
/*                                                                */
/******************************************************************/
