home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_01 / EGON2_3.LZH / EGON_2_3 / METADOS / README.TXT < prev   
Text File  |  1994-12-30  |  3KB  |  76 lines

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