home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / cd770310.txt < prev    next >
Text File  |  1997-10-05  |  5KB  |  155 lines

  1.                                    
  2. This README describes CD-ROM device driver and software parameters for
  3. DOS and OS/2.
  4.  
  5.  
  6. ------------
  7. | For DOS  |
  8. ------------
  9.  
  10.      When the CD-ROM device driver is installed in your computer, the
  11.      installation program (UINSTALL.EXE) automatically modifies the
  12.      CONFIG.SYS file and AUTOEXEC.BAT file so that your computer can
  13.      access the CD-ROM drive.
  14.  
  15.   1) Device Driver IBMTPCD.SYS Parameters
  16.  
  17.      For the IBMTPCD.SYS device driver, the line in CONFIG.SYS is in the
  18.      following format.
  19.  
  20.  
  21.       DEVICE=[drive:][path]IBMTPCD.SYS /R [/C] [/S]
  22.  
  23.  
  24.      This is the CD-ROM device driver (IBMTPCD.SYS) statement. Make sure
  25.      this line is inserted after the EMM386 statement.
  26.  
  27.       [drive:][path]IBMTPCD.SYS
  28.           Specifies the location (drive and directory) and name of the
  29.           device driver file.
  30.  
  31.       /R
  32.           Enables the resident type device driver. Even when the CD-ROM
  33.           drive is not installed at power-on, the device driver can be
  34.           loaded in the memory. To disable this option, remove the syntax.
  35.  
  36.       [/C]
  37.           Sets the cache size in the XMS memory. When this parameter
  38.           is set, the cache size in the XMS memory is 512 sectors.
  39.           When it is not set, the default value is 0.
  40.  
  41.       [/S]
  42.           Sets the power-saving mode to OFF. When using DOS with another
  43.           operating system (for example, when using it with OS/2 in dual
  44.           boot), set the power-saving mode to OFF using this parameter.
  45.  
  46.   2) MSCDEX (Microsoft CD-ROM Extensions) Parameters
  47.  
  48.      Microsoft CD-ROM Extensions (MSCDEX.EXE) is an executable program
  49.      for MS-DOS (Version 3.1 or higher)  that works in conjunction with
  50.      the device driver (IBMTPCD.SYS) to allow your computer to access
  51.      CD-ROM discs.
  52.  
  53.      The syntax of the MSCDEX.EXE entry in AUTOEXEC.BAT is:
  54.  
  55.  
  56.       [drive:][path]MSCDEX.EXE /D:TPCD001 [/M:n][/E][/V][/L:x]
  57.  
  58.  
  59.       [drive:][path]MSCDEX.EXE
  60.           Specifies the location (drive and directory) of the MSCDEX.EXE
  61.           file.
  62.  
  63.       /D
  64.           Specifies the name of the CD-ROM drive, TPCD001.
  65.  
  66.       [/M:n]
  67.           Specifies the number of sector buffers for temporary storage
  68.           of the most recent disc data. For example to specify four
  69.           sector buffers you would use:
  70.  
  71.               C:\MSCDEX.EXE /D:TPCD001 /M:15
  72.  
  73.           UINSTALL will set this value to 15. The default value is 4.
  74.  
  75.       [/E]
  76.           Specifies that the computer will use expanded memory,
  77.           if available.
  78.  
  79.       [/V]
  80.           Displays on the LCD a summary of RAM allocation and
  81.           expanded memory usage at power-on.
  82.  
  83.       [/L:drive letter]
  84.           Specifies the drive letter to be assigned to the CD-ROM drive.
  85.           Do not assign a letter already used by an existing drive or the
  86.           computer will be unable to access the CD-ROM drive.
  87.  
  88.   3) SMARTDRV cache for PhotoCD and CD-i movies
  89.  
  90.       If you are using DOS SMARTDRV caches and planning to use a Photo CD
  91.       or multiple session discs, you have to add /U parameter to the SMARTDRV
  92.       line in the AUTOEXEC.BAT file. This is because Photo CDs or multi-session
  93.       discs are not compatible with the SMARTDRV caches.
  94.  
  95.       To be able to play CD-i movies in Windows 3.11, do not cache the
  96.       CD-ROM drive by the SMARTDRV Version 5.0 or 5.1, which is supplied
  97.       with PC DOS Version 7.0.
  98.  
  99.  
  100. ------------
  101. | For OS/2 |
  102. ------------
  103.  
  104.      This section explains the parameters in the CONFIG.SYS file for
  105.      the OS/2 CD-ROM device drivers.
  106.  
  107.   1) Device Driver OS2CDROM.DMD (Device)
  108.  
  109.       DEVICE=OS2CDROM.DMD [Options]
  110.  
  111.       This is the CD-ROM device class driver.
  112.  
  113.        The following options apply:
  114.  
  115.       [/V]
  116.         Displays messages on the LCD during the installation.
  117.  
  118.       [/Q]
  119.         Does not display messages on the LCD during the installation.
  120.  
  121.   2) Device Driver IBMIDECD.FLT
  122.  
  123.       BASEDEV=IBMIDECD.FLT [Options]
  124.  
  125.       This is the IDE adapter device driver for ATAPI devices.
  126.  
  127.        The following options apply:
  128.  
  129.       [/V]
  130.         Displays messages on the LCD during the installation.
  131.  
  132.   3) CDFS (IFS)
  133.  
  134.       IFS=[drive:][path]CDFS.IFS [Options]
  135.  
  136.       This is the ISO9660/HSG file system for OS/2. All CD data
  137.       discs are recorded with this file format.
  138.  
  139.        The following options apply:
  140.  
  141.       [/C:n]
  142.         Indicates how many 64K segments to use for the sector cache.
  143.         Default is n=2, two 64K segments.
  144.  
  145.       [/M:n]
  146.         Indicates the maximum number of file sectors to be read at a
  147.         time. Default is n=8, 8 sectors.
  148.  
  149.       [/V]
  150.         Displays messages on the LCD during the installation.
  151.  
  152.       [/Q]
  153.         Does not display messages on the LCD during the installation.
  154.  
  155.