home *** CD-ROM | disk | FTP | other *** search
/ MPC Wizard 3.0 / WIZARD3_0.ISO / drivers / cdrom / phlz250m / read.me < prev    next >
Text File  |  1994-09-19  |  6KB  |  171 lines

  1.                      Laser Magnetic Storage International
  2.                             4425 ArrowsWest Drive 
  3.                          Colorado Springs, CO.  80907 
  4.  
  5. Philips can be contacted at (800) 777 5674.
  6.  
  7. LZ250MS release 3.30                                       September 23, 1993
  8. -----------------------------------------------------------------------------
  9.                                Table of Contents
  10.  
  11. Section    1   List of Files
  12. Section    2   New Features
  13. Section    3   Buffers in host memory (the /M option)
  14. Section    4   Details displayed with /V option (DD250MS and MSCDEX)
  15.  
  16.  
  17.  
  18.  NOTE: THE DEVICE DRIVER ON THIS DISK WILL OPERATE PROPERLY ONLY WITH
  19.        CM205 DRIVES MANUFACTURED AFTER JUNE 1, 1993
  20.  
  21. -----------------------------------------------------------------------------
  22.  
  23.                             Section 1 - List of Files
  24.  
  25. The files included on this disc are: 
  26.  
  27.      READ.ME        This text file.
  28.  
  29.      DD250MS.SYS    Device driver to support the CM205 and CM225 LMS CDROM
  30.                     drives with the LMS CM250 host adapter. This device
  31.                     driver adheres to the Microsoft specification for control
  32.                     of optical drives using personal computers and the MS-DOS
  33.                     operating system. It is compatible with Microsoft Windows
  34.                     3.x. The driver requires an 80186 or higher host
  35.                     processor.
  36.  
  37.      MSCDEX.EXE     The Microsoft CD ROM Extensions to MS-DOS, version 2.21.
  38.  
  39.      SETUP.EXE      A program to automatically install DD250MS.SYS and
  40.                     MSCDEX.EXE.
  41.  
  42.      USRGUIDE.TXT   A text file with details on the installation process.
  43.  
  44. Files copied by Setup :
  45.  
  46.      DD250MS.SYS
  47.  
  48.      MSCDEX.EXE
  49.  
  50. -----------------------------------------------------------------------------
  51.  
  52.                       Section 2 - New Features
  53.  
  54. This release of the device driver software adds the following features to the
  55. use of the CM205 or CM225 CD ROM drives:
  56.  
  57.      -  Access to multi-session Photo CD discs.  Contact Eastman-Kodak
  58.         for more information on this subject.
  59.  
  60.      -  Automatic TOC cacheing
  61.  
  62.      -  Improved buffer management. For device driver revisions prior to
  63.         3.00, revision 3.10 delivers higher performance with 1/3 less buffer
  64.         space required from the PC memory.     
  65. ------------------------------------------------------------------------------
  66.  
  67.                       Section 3 - Buffers in host memory
  68.  
  69.  
  70. The CM205 and CM225 CD ROM drives are compatible with the Multimedia PC
  71. specification.  One of the requirements stated in this document is the
  72. capability to continuously stream data from the disc to the PC, while using
  73. less than 40% of the processor's bandwidth.  This capability allows the
  74. execution of video or animation sequences on your Multimedia PC.
  75.  
  76. In order to meet the performance targets required for MPC compliance the CM205
  77. and CM225 need to buffer data in the PC itself.  When installing the device
  78. driver software you have an option to select the number of memory buffers
  79. available to the CD ROM device driver.  This is the /M option on the DEVICE
  80. line in the CONFIG.SYS file.  The software installation program will put your
  81. preference in the proper place and format.  Each memory buffer requires 2,512
  82. bytes of the memory in your PC.  
  83.  
  84. Multimedia PC compliance does specify the use of at least a 386/25MHz
  85. processor.
  86.  
  87. It is recommended to install at least 8 memory buffers to achieve MPC
  88. compliance.  You have the option to install a total of 32 buffer sectors. 
  89. Note that performance does not always improve as more memory is allocated for
  90. the device driver.  Typically the best performance is achieved with 24 memory
  91. buffers installed.  You may have to try more than one configuration to
  92. determine the best one for your needs, given the trade-off between
  93. performance and memory usage.  If you do not plan to run Multimedia
  94. applications, you may consider not installing any memory buffers for the CD
  95. ROM device driver.
  96.  
  97. The minimum number of buffer sectors the driver will use is two.  If you
  98. specify 2 or less memory buffers, the driver will allocate 2, occupying 5024
  99. bytes of PC memory.
  100.  
  101. The maximum number of memory buffers is 32.  If you specify more than 32 on
  102. the config.sys line, the driver will reduce it to 32.  If memory constraints
  103. disallow allocation of the entire number of memory buffers requested, then
  104. the number will be reduced to available memory.
  105.  
  106. It is recommended that the DEVICEHIGH feature of MS-DOS 5.0 be used to load
  107. the DD250MS driver and its memory buffers into upper memory. See your MS-DOS
  108. manual for instructions on how to use this feature.
  109.  
  110. For example, if you accept the suggested options, your CONFIG.SYS file will
  111. contain the line :
  112.  
  113. DEVICE=C:\CDROM\DD250MS.SYS /D:MSCD001 /P:340 /I:3 /M:8
  114.  
  115. -----------------------------------------------------------------------------
  116.  
  117.                  Section 4 - Details displayed with /V option
  118.  
  119.                                  DD250MS driver
  120.  
  121.      When loaded with this DEVICE statement :
  122.  
  123. DEVICE=C:\CDROM\DD250MS.SYS /V
  124.  
  125.      The DD250MS driver displays something like :
  126.  
  127.  
  128.      LMS MSCDEX/MULTISESSION CDROM DEVICE DRIVER
  129.      VERSION 3.10 11:14:58 Apr 16 1993
  130.      CDROM DEVICE DRIVER NAME:  MSCD001
  131.      Port base address:         0340
  132.      Interrupt request          0003
  133.      Memory buffers:            0002
  134.  
  135.  
  136.  
  137.  
  138.                                     MSCDEX
  139.  
  140.      When loaded with this command line :
  141.  
  142. MSCDEX /L:W /D:MSCD001 /M:16 /V
  143.  
  144.      MSCDEX displays something like :
  145.  
  146. MSCDEX Version 2.21
  147. Copyright (C) Microsoft Corp. 1986, 1987, 1988, 1989, 1990, 1992. All rights
  148. reserved.
  149.  
  150.        Drive W: = Driver MSCD001 unit 0
  151. 485456 bytes free memory
  152. 0      bytes expanded memory
  153. 12956  bytes CODE
  154. 2112   bytes static DATA
  155. 33278  bytes dynamic DATA
  156. 48608  bytes used
  157.  
  158.  
  159. -----------------------------------------------------------------------------
  160.  
  161. DD250MS.SYS, SETUP.EXE, READ.ME
  162.      (C) Copyright 1991,1992, 1993
  163.      Laser Magnetic Storage International
  164.  
  165. MSCDEX.EXE
  166.      (C) Copyright 1986,1987,1988,1989,1990,1992
  167.      Microsoft Corporation
  168.  
  169. Unauthorized Copying is Strictly Prohibited.  All Rights Reserved  
  170. MS-DOS, Windows and MSCDEX are trademarks of Microsoft Corporation
  171.