home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / utility / patch / edos_120 / read.me < prev    next >
Text File  |  1994-07-17  |  9KB  |  186 lines

  1. Last minute notes on ExtenDOS
  2. -----------------------------
  3. Version:        1.20
  4. Dated:          18 July 1994
  5.  
  6. Program versions on this diskette:
  7. CD.BOS          1.5
  8. EXTENDOS.PRG    1.3
  9. TRACE.TTP       1.6
  10. UNIDRIVE.DOS    1.4
  11. UNI_BDDS.DOS    1.4
  12.  
  13.  
  14.  
  15. New features
  16. ------------
  17. 1. ExtenDOS now supports photoCD, both single-session and
  18.    multi-session, on many drives that have this hardware feature.
  19.    ExtenDOS does this by issuing an INQUIRY command to the device,
  20.    and using the data returned to identify the device so that it
  21.    can issue the appropriate command to support photoCD.  The
  22.    drives that are recognised by ExtenDOS are listed in the
  23.    'Supported drives' section below.  If your drive supports
  24.    photoCD but is not on the list, you may be able to use the D=
  25.    option (see below) to provide support.  If you need more
  26.    assistance, please contact Anodyne Software.
  27.  
  28.    IMPORTANT NOTE: earlier versions of ExtenDOS supported the
  29.    use of the PCD3401.TTP program to enable single-session
  30.    photoCD support on the Toshiba 3401.  This program is not
  31.    required, and will not work, with this version of ExtenDOS.
  32.    Please do not use it.
  33.  
  34. 2. All known problems have been fixed, as have all known
  35.    incompatibilities that can be fixed within ExtenDOS.
  36.    ExtenDOS now works with the following environments:
  37.         TOS (all versions)
  38.         MultiTOS (v1.04 tested)
  39.         Geneva (v1.02 tested)
  40.         MagiX! (v2.0 tested)
  41.  
  42. 3. Bootup messages are now readable on a 40-column screen. Also,
  43.    if any errors are detected during bootup, ExtenDOS waits for
  44.    a keypress before continuing.  This allows the user to read the
  45.    error messages.
  46.  
  47. 4. UNIDRIVE.DOS now detects certain errors in the path table of a
  48.    CD-ROM, and automatically uses the alternate path table.  This
  49.    allows UNIDRIVE.DOS to access certain CD-ROMs that previously
  50.    required UNI_BDDS.DOS, and so should simplify system setup for
  51.    many users.  UNI_BDDS.DOS is still supplied since it may still
  52.    be required under some circumstances.  Please reference Appendix
  53.    C of the manual for further discussion of UNI_BDDS.DOS use.
  54.  
  55. 5. In addition to the options described in Appendix A of the manual,
  56.    the following options may be specified:
  57.        L=n
  58.          This is used in conjunction with the T= option, to control
  59.          tracing characteristics.  The trace table contains various
  60.          pieces of information, including the command transmitted to
  61.          the device, the time the command was sent, whether or not
  62.          the command completed successfully, and so on.  It also
  63.          contains the first part of the actual data transmitted to,
  64.          or received from, the device.  The L= option specifies the
  65.          length of the data to be stored in the trace table.  The
  66.          value of n must be between 16 and 128; the default value
  67.          is 16.  In normal operation, you should specify 16, or omit
  68.          the option.  In the event that you call us for support, you
  69.          may be asked to specify a different value to obtain more
  70.          information.
  71.  
  72.        D=n
  73.          This is used to override automatic device recognition by
  74.          ExtenDOS, and thereby to tell ExtenDOS what commands to use
  75.          to access photoCD on an unrecognised drive.  It is intended
  76.          to allow drives to be supported on an interim basis before
  77.          they are incorporated in the automatic recognition process.
  78.          The value of n is the device id of the CD-ROM drive that
  79.          uses the same SCSI command set as the unrecognised drive.
  80.          The value of n must be between 0 and 254; in addition, it
  81.          should be one of the values listed in the table of supported
  82.          drives.  If this option is omitted, ExtenDOS will use
  83.          automatic device recognition to determine the SCSI command
  84.          set to use.
  85.  
  86.  
  87.  
  88. Sample *BOS lines for CD.BOS
  89. ----------------------------
  90. *BOS, C:\EXTENDOS\CD.BOS T=60 L=50, V:4
  91.  
  92. This tells ExtenDOS that CD.BOS is a driver for physical drive V, and
  93. that it should be loaded from directory C:\EXTENDOS.  It tells CD.BOS
  94. that the CD-ROM drive is at address 4 on the ACSI DMA port (or on the
  95. Falcon030 SCSI port), and that it should allocate memory for 60 trace
  96. entries, each of which will have space for 50 bytes of CD-ROM data.
  97.  
  98.  
  99. *BOS, D:\BOOT\CD.BOS D=10, W:14
  100.  
  101. This tells ExtenDOS that CD.BOS is a driver for physical drive W, and
  102. that it should be loaded from directory D:\BOOT.  It tells CD.BOS
  103. that the CD-ROM drive is at address 6 on the SCSI port of a TT030 or
  104. Falcon030, and (since the D= option is specified) to treat the device
  105. at this address as though it were a Toshiba 3401 (see 'device ids'
  106. below for a listing of device ids).
  107.  
  108.  
  109.  
  110. Device ids
  111. ----------
  112. As described above, ExtenDOS recognises most common CD-ROM drives.
  113. For recognised drives, single- or multi-session photoCDs are handled
  114. automatically.  If you know that your drive is photoCD-capable but
  115. will not read a photoCD under ExtenDOS, or if you know that it is
  116. multisession-capable but you can only access the first session, this
  117. may be because ExtenDOS does not recognise the drive.  You may be
  118. able to resolve this by specifying the D= option on your CD.BOS
  119. line in EXTENDOS.CNF (you should NOT use this unless you are having
  120. problems with photoCD access).
  121.  
  122. In order to use the D= option, you need to know (or successfully
  123. guess) which drive your drive behaves like.  For example, if you
  124. have an NEC drive, it may well behave like one of the supported
  125. NEC drives, so you could specify D=20, or D=21, or D=22 (see the
  126. description of the D= option for more details).
  127.  
  128. PLEASE NOTE: specifying the D= option cannot change the hardware
  129. characteristics of your drive.  It cannot make a drive photoCD-
  130. compatible, or change a single-session drive into a multi-session
  131. one.  Its sole function is to supplement the automatic recognition
  132. feature of ExtenDOS.
  133.  
  134. Please refer to 'Supported drives' for a list of device ids.
  135.  
  136.  
  137.  
  138. Supported drives
  139. ----------------
  140. The following drives are supported by ExtenDOS; for each drive, the
  141. corresponding device id is listed.
  142.  
  143.     Device id   Description                             PhotoCD support
  144.     ---------   -----------                             ---------------
  145.        0        All unrecognised drives                 See Note below
  146.        10       Toshiba 3401/4101                       Multisession
  147.        11       Toshiba 3301                            Single session
  148.  
  149.        20       NEC 3X/84-1/74-1/38 (SCSI-2 mode)       Multisession
  150.        21       NEC 3X/84-1/74-1/38 (SCSI-1 mode)       Multisession
  151.        22       NEC 84/74/37/25                         Single session
  152.        23       NEC 82/80/77/72/35                      None
  153.  
  154.        30       Sony 561/Apple CD-300                   Multisession
  155.        31       Sony 541/6211/8022                      Single session
  156.  
  157.        40       Texel 3028/5028                         Multisession
  158.        41       Texel 3024/5024                         Single session
  159.  
  160.        50       Chinon 535                              Multisession
  161.        51       Chinon 435                              Single session
  162.  
  163. Note: If the drive is not recognised, ExtenDOS does not provide any
  164.       special photoCD support.  Since many modern drives automatically
  165.       switch between standard CD-ROM and photoCD, they will support
  166.       single-session photoCD automatically.  However, in all cases,
  167.       multisession support requires specific code within the driver.
  168.  
  169.  
  170.  
  171. Known restrictions and incompatibilities
  172. ----------------------------------------
  173. 1. All of the components of ExtenDOS (EXTENDOS.PRG, CD.BOS, and
  174.    UNIDRIVE.DOS) must be loaded into ST RAM for normal operation.
  175.    If you have a system with alternate RAM (e.g. a TT030), do not
  176.    set the program flags to load ExtenDOS into TT RAM.
  177.  
  178. 2. If a CD-ROM drive is defined as one of the 'normal' logical drives
  179.    (A through P), the CHEETAH file copier will exit with the message
  180.    "can't access BPB".  This is a Cheetah problem.  It examines each
  181.    of the drives A through P during initialisation, expecting them to
  182.    have a low-level file system with FATs and directories just like a
  183.    hard disk; this is not the case with a CD-ROM.  The problem can be
  184.    circumvented by reinstalling the CD-ROM drive as a logical drive
  185.    between Q and Z.
  186.