home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / CDROM's / Acer / CD_747E / 747E215.EXE / README.TXT < prev    next >
Text File  |  1995-12-11  |  5KB  |  152 lines

  1.  
  2.               README file for CD-ROM device driver for IDE V1.0
  3.      ===================================================================
  4.  
  5.      I.   Introduction
  6.      II.  Requirements
  7.      III. Installation Procedures
  8.      IV.  Changing Settings after Installation
  9.      V.      FastCD
  10.  
  11.      I.  Introduction
  12.      ================
  13.      The CD-ROM packet comes with an installation utility. This installs
  14.      the nessary CD-ROM drivers needed by your CD-ROM drive to interface
  15.      with your PC.
  16.  
  17.      Files
  18.      -----
  19.      The drive installation diskette includes the following files:
  20.  
  21.      README.TXT  -- User's guide
  22.      INSTALL.EXE -- CD-ROM installation program
  23.      ACERCD.SYS  -- CD-ROM device driver
  24.  
  25.  
  26.  
  27.      II.  Requirements
  28.      =================
  29.  
  30.      Hardware Requirements
  31.      ---------------------
  32.      1. IBM PC/AT or compatible (80386-base system recommended)
  33.      2. Minimum EGA graphic display (VGA recommended)
  34.      3. Minimum 2M RAM recommended
  35.      4. one free IDE socket
  36.      5. one CD-ROM drive
  37.  
  38.      Software Requirement
  39.      --------------------
  40.      1. Microsoft Windows 3.1 or later
  41.      2. MS-DOS version 5.0 or later
  42.      3. MS-DOS CD-Extension (MSCDEX 2.21) or later
  43.  
  44.  
  45.  
  46.      III. Installation Procedures
  47.      ============================
  48.  
  49.      To install CD-ROM device driver, please follow the steps below:
  50.  
  51.      1. Insert the installation diskette in your system's 3.5-inch floppy
  52.         disk drive.
  53.  
  54.      2. Change the directory to that of your floppy disk drive, and type
  55.         the following at the DOS prompt:
  56.  
  57.               INSTALL <Enter>
  58.  
  59.      3. Follow the screen instructions to complete the installation.
  60.  
  61.      4. Reboot system to activate the driver.
  62.  
  63.  
  64.      In general, you can just continually press the Enter key to install
  65.      the default settings. A directory (default C:\ACER) containing the
  66.      CD-ROM drivers is created during installation. Your AUTOEXEC.BAT
  67.      and CONFIG.SYS files are also modified to include the following lines:
  68.  
  69.      CONFIG.SYS :
  70.               [common]
  71.               DEVICE=C:\ACERCD\ACERCD.SYS /D:ACERCD00
  72.               LASTDRIVE=N
  73.  
  74.  
  75.      AUTOEXEC.BAT :
  76.               C:\DOS\MSCDEX.EXE /D:ACERCD00
  77.  
  78.  
  79.  
  80.      IV.  Changing Settings after Installation
  81.      =========================================
  82.  
  83.      To reconfigure the settings of the CD-ROM driver, use a text editor,
  84.      such as EDIT.COM, to modify the previous two command lines in CONFIG.SYS
  85.      and AUTOEXEC.BAT and then restart your computer to activate it.
  86.  
  87.  
  88.      Changing the CONFIG.SYS file
  89.      ------------------------------
  90.      DEVICE=<path>\ACERCD.SYS /D:<device_name> /E:<size KB> /Z
  91.  
  92.      The <device_name> is the name MSCDEX will use to find the device
  93.      driver. The maximum length of <device_name> string is 8 characters.
  94.  
  95.      Example:
  96.                DEVICE=C:\MYDRV\ACERCD.SYS /D:ACERCD01
  97.  
  98.      The <size KB> specifies the software cache size of the FastCD. (Refer to
  99.      V. FastCD ).
  100.  
  101.      The option "/Z" disables the message display when the device driver is 
  102.      loading.
  103.  
  104.      Changing the AUTOEXEC.BAT file
  105.      ----------------------------
  106.      MSCDEX /D:driver [/E] [/K] [/S] [/V] [/L:letter] [/M:number]
  107.  
  108.      Example:
  109.                C:\DOS\MSCDEX /D:ACERCD01 /L:G /M:10
  110.  
  111.      For more information, you can refer to the MS-DOS online help for MSCDEX
  112.      by typing HELP MSCDEX.
  113.  
  114.  
  115.  
  116.      V.  FastCD
  117.      ==========
  118.  
  119.      FastCD is the "Software Cache" function which use the EMS memory to
  120.      accelerate CD-ROM access speed .
  121.  
  122.      Because it uses EMS memory , you must add the following two lines into
  123.      your CONFIG.SYS :
  124.  
  125.               DEVICE=C:\DOS\HIMEM.SYS
  126.               DEVICE=C:\DOS\EMM386.EXE RAM
  127.  
  128.      And , to enable this function , you must attach an option papameter -
  129.      "/E" or "/e" to ACERCD.SYS :
  130.  
  131.               DEVICE=C:\ACERCD\ACERCD.SYS /D:ACERCD00 /E , or
  132.  
  133.               DEVICE=C:\ACERCD\ACERCD.SYS /D:ACERCD00 /e
  134.  
  135.      These will reserve 2048 KB to be the Cache Buffer ; if you want to 
  136.      tune the reserved cache size , attach the parameter "/E:#####" to
  137.      ACERCD.SYS :
  138.  
  139.               DEVICE=C:\ACERCD\ACERCD.SYS /D:ACERCD00 /E:1024 , or
  140.  
  141.               DEVICE=C:\ACERCD\ACERCD.SYS /D:ACERCD00 /e:5192
  142.  
  143.      The maximum cache size is 32 MBytes , and its unit is 16 KB ,
  144.      For example : if we want 17 KB , it will reserve 32 KB . 
  145.  
  146.      Notice : IF EMS memory is NOT enough , ACERCD.SYS will DISABLE 
  147.               FastCD .
  148.      
  149.  
  150.  
  151.      ================================= END =============================
  152.