home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilsa / 486update / Drivers / CDROM / ReadMe < prev   
Encoding:
Text File  |  1995-07-20  |  2.2 KB  |  61 lines

  1. CD-ROM Drivers for Acorn !PC486 system
  2. ======================================
  3.  
  4. This driver will work with all CD-ROM drives (SCSI, IDE or Parallel
  5. interfaces). It does not yet support Photo-CD.
  6.  
  7. Supplied is:
  8. A1CD/SYS (v1.1 1994.11.08), device driver, from Acorn
  9.  
  10. A1CD/SYS is an MS-DOS device driver for MSCDEX.EXE; you should transfer it
  11. onto your DOS boot disk and put a line in CONFIG.SYS similar to this:
  12.  
  13.   DEVICE=A1CD.SYS /D:MSCD000
  14.  
  15. You should also include the line
  16.  
  17.   MSCDEX /D:MSCD000
  18.  
  19. in your AUTOEXEC.BAT file, to install the DOS CD-ROM extensions.
  20.  
  21. NOTE: if you use !edit or other RISCOS editors to edit these DOS system files
  22. then you need to be very careful about line-end characters. RISCOS uses LF,
  23. DOS uses CR,LF. Adding a line with a RISCOS editor means that the CR is not
  24. present. This often is not a problem, but on the DEVICE=A1CD.sys line is _is_
  25. necessary, otherwise you will get an 'Invalid Option' error. The simplest way
  26. to ensure sucess is to use a DOS editor (eg EDIT supplied with MSDOS5 on, or
  27. E supplied with PCDOS). If using !Edit you can copy the CR (represented as
  28. [0d]) from another line. DO NOT just type in [0d] as this is not the same
  29. thing. Later versions of !Zap (1.15 on) recognise and deal with DOS files
  30. automatically
  31.                                 
  32.  
  33.  
  34. Error Messages from A1CD.SYS
  35. ============================
  36.  
  37. ERROR! Invalid line in CONFIG.SYS
  38.  
  39.   Means some of the text following "DEVICE=A1CD.SYS" is incorrect. Currently
  40.   you may only have the phrase "/D:name" after this. 'name' is the name by
  41.   which MSCDEX will know the device driver - it should be no more than 8
  42.   characters long. If you do not have "/D:name" the name will default to
  43.   'MSCD000'.
  44.  
  45. ERROR! Cannot find Aleph One BIOS services
  46.  
  47.   You are trying to run A1CD.SYS on a system which is not an Acorn or Aleph
  48.   One PC card, e.g. a normal DOS system or the Acorn PC emulator. This error 
  49.   may also occur with very old (pre 0.79) version of the !PC application.
  50.                                                  
  51. ERROR! No CD-ROM drives working
  52.  
  53.   The !PC486 application has been unable to find any working CD-ROM drives. 
  54.   This may be because the drive is switched off, or the Acorn CD filing system
  55.   and driver (CDFS) is not loaded, or you have not configured CDFSdrives
  56.   correctly.
  57.  
  58.  
  59.  
  60.  
  61.