home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / utility / disk / metads24 / readme.txt < prev   
Text File  |  1994-05-02  |  3KB  |  75 lines

  1. MetaDOS 2.4
  2.     These are the essential elements to get any SCSI CD ROM drive going on 
  3.     an Atari TT. You may use it 'as is'. Don't expect any updates, because 
  4.     we are putting all our effort in a new driver which will work under 
  5.     MultiTOS. Before that driver is available you might spend some time 
  6.     with MetaDOS 2.4.
  7.  
  8.     This release fixes only some small problems present in previous 
  9.     versions.
  10.  
  11. FILES
  12.     \AUTO\CDARGEN.BOS
  13.         Generalized version of physical device driver. This driver only 
  14.         supports SCSI CD ROMs connected to the SCSI port of the Atari TT 
  15.         (or the Atari 'CDAR 504' connected to the ACSI port of any Atari 
  16.         computer with ACSI port).
  17.  
  18.     \AUTO\HSMAY86.DOS
  19.         Version 2.40 driver for CD-ROMs in High Sierra format (usually not 
  20.         needed).
  21.  
  22.     \AUTO\ISO9660F.DOS
  23.         Version 2.40 driver for CD-ROMs in ISO 9660 format (the ISO format 
  24.         is the 'real' final version of the original High Sierra 
  25.         specification).
  26.  
  27.     \AUTO\METADOS.PRG
  28.         Version 2.4 of MetaDOS.
  29.  
  30.     \AUTO\CONFIG.SYS
  31.         Configuration file. You will have to edit this file to assign 
  32.         drive numbers and/or drive letters. In addition, you can edit the 
  33.         path names for all driver files (if \AUTO\BOOT\ isn't ok for you).
  34.  
  35. INSTALLATION
  36.     Copy METADOS.PRG, CONFIG.SYS, CDARGEN.BOS, ISO9660F.DOS and 
  37.     HSMAY86.DOS into the AUTO folder, edit the ASCII file CONFIG.SYS for 
  38.     your specific settings. Reboot.
  39.  
  40. KNOWN PROBLEMS
  41.     METADOS.PRG
  42.         Some programs do not work properly when MetaDOS is installed 
  43.         (because they are violating the rules for register saving for 
  44.         GEMDOS calls). Contact the programmers of these programs to get 
  45.         them fixed.
  46.  
  47.         Some programs won't access drive letters beyond P: (MetaDOS can 
  48.         install drive letters up to Z:).
  49.  
  50.         Technical problems: (1) It's not possible to redirect GEMDOS 
  51.         standard input/output to MetaDOS files (only applies to people 
  52.         using command line shells). (2) Files on MetaDOS devices aren't 
  53.         closed when a program bombs or is aborted with CTRL-C (this is 
  54.         usually no problem with CD-ROMs, because they are read only 
  55.         media).
  56.  
  57.     ISO9660F.DOS and HSMAY86.DOS
  58.         Sometimes, media change doesn't work properly. If this happens to 
  59.         you, eject the disk, insert it again and wait a few seconds before 
  60.         the next try.
  61.  
  62.     CDARGEN.BOS
  63.         The old audio commands (documented in the developer's 
  64.         documentation) are only supported for backwards compatibility 
  65.         only; some flags do not work at all.
  66.  
  67.         Technical problems: the MetaDOS XBIOS calls that cause I/O with an 
  68.         ACSI device require that buffers are allocated in ST compatible 
  69.         RAM (see Mxalloc documentation).
  70.  
  71.         Some CD ROM drives need special initializations to be able to 
  72.         access disks in XA format (Photo CD). CDARGEN.BOS has no special 
  73.         support for those drives.
  74.  
  75.