--------------------------------------------------------- | Maverick EIDE/ATAPI CD-ROM Drive Installation Program | --------------------------------------------------------- /******************************************************************/ /* Introduction */ /* ============ */ /* This installation program performs a quick installation of */ /* the device driver, test utilities, CD-ROM manual and the */ /* MICROSOFT CD extension program (MSCDEX.EXE) into the system. */ /* The 'CONFIG.SYS' and 'AUTOEXEC.BAT' files will be modified */ /* upon the completion of the installation. */ /* */ /* Two installation options are provided.. */ /* */ /* / */ /* */ /* 1.0 Express Install */ /* =================== */ /* This option provides the user automatic configuration of */ /* the CD-ROM Drive. It will automatically detect the drive */ /* during boot up. */ /* */ /* 2.0 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 */ /* - Master/Slave */ /* - Time Multiplier */ /* - Verbose Option */ /* */ /* 2.1 */ /* This allows user to define the drive letter to be installed */ /* on the CD-ROM drive. */ /* */ /* 2.2 */ /* A string of up to a maximum of 8 characters is allowed in */ /* this option. */ /* */ /* 2.3 */ /* The base I/O address option allows user to enter */ /* any 4-alphanumeric addresses. Please check your motherboard */ /* to ensure that your computer can supported the specified base */ /* I/O address. */ /* */ /* There are currently 4 default port addresses (for Express */ /* Install). They are */ /* a) 1F0 - Primary IDE Port (default) */ /* b) 170 - Secondary IDE Port */ /* c) 1E8 - Tertiary IDE Port */ /* d) 168 - Quaternary IDE Port */ /* (All addresses are in hexadecimal form.) */ /* */ /* 2.4 */ /* 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 14 is used for primary IDE */ /* port; IRQ line 15 for secondary IDE port. */ /* The range of IRQ line you can specify is 8-15. */ /* */ /* 2.5 */ /* This option allows you to select the specific Master or Slave */ /* operation you want to use. Please check your CD-ROM drive to */ /* ensure that it can support the specified Master/Slave */ /* operation. By default, the CD-ROM drive is set to Slave */ /* operation. */ /* */ /* 2.6