/******************************************************************/ /* */ /* */ /* This installation 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. */ /* */ /* / */ /* */ /* Express Install */ /* =============== */ /* This option provides the user automatic configuration of */ /* the CD-ROM Drive. It will automatically detect the drive */ /* during bootup. */ /* */ /* Custom Install */ /* ============== */ /* This option provides the user the flexibility in configuring */ /* the CD-ROM Drive during boot-up. */ /* The user can select the following options: */ /* - Drive Letter */ /* - Device Name */ /* - Base I/O Address */ /* - IRQ */ /* - Verbose Option */ /* */ /* */ /* This allows user to define the drive letter to be installed */ /* on the CD-ROM drive. */ /* */ /* */ /* A string of up to a maximum of 8 characters is allowed in */ /* this option. */ /* */ /* */ /* The base I/O address option allows user to enter */ /* any of the following addresses. */ /* */ /* There are currently only 2 available port addresses. They are */ /* a) 1F0 - Master IDE Port (default) */ /* b) 170 - Secondary IDE Port */ /* (All addresses are in hexadecimal form.) */ /* */ /* */ /* This option allows you to select the specific IRQ line which */ /* you want to use. Please check your motherboard */ /* to ensure that your computer can support the specified */ /* IRQ line. By default, the IRQ line used is 14. */ /* The maximum number you can specify is 15. */ /* */ /* */ /* This option if turned on will display the drive installation */ /* configuration at boot-up time. */ /* */ /* 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: */ /* */ /* DEVICE=C:\\OSIxxxx.SYS /D:xxxxxx /P:xxx,xx,x /V */ /* */ /* /D:MSC001 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. */ /* */ /* /P:1F0,14,S will define the port address to be installed on */ /* the CD-ROM drive to 1F0 hex, specifies that the IRQ line */ /* that you wish your hardware to be configured as IRQ 14 and */ /* the CD-ROM drive has been configured as slave drive */ /* */ /* /V if present will turn on the verbose option at boot-up. */ /* */ /* */ /******************************************************************/