home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703B.ISO / driver / dec / rasa21j / sa21j.img / DOS / README.TXT < prev    next >
Text File  |  1995-01-18  |  3KB  |  91 lines

  1.  
  2.   SWXCR BIOS :
  3.  
  4.   The BIOS provides access for up to 8 logical drives per SWXCR, under
  5.   DOS ver 5.0 and above. The total DOS partition size is limited to 
  6.   1024 cylinders (BIOS limit) and hence it does not make sense to have
  7.   a system drive of more than 2048 MB, if it is used only for DOS. The
  8.   maximum size of any DOS partition cannot be more than 1023 cylinders
  9.   or 2046MB.
  10.  
  11.  
  12.  
  13.   DOS Driver :
  14.  
  15.   The BIOS on the SWXCR is usable only under the real mode of the
  16.   operating system. In order to use the SWXCR under memory managers
  17.   like Windows, QEMM etc., a DOS driver needs to be used. The  
  18.   DOS driver, SWXCRWIN.SYS supports only disk drives. The total DOS 
  19.   partition size on the SWXCR is limited to 2048 MB, even when the 
  20.   DOS driver is used.
  21.  
  22.  
  23.   ASPI Driver :
  24.  
  25.   If non disk devices are connected, use the ASPI driver ASPIDAC.SYS 
  26.   under DOS, to access these devices. Note that the ASPI driver works 
  27.   only WITHOUT any memory managers like Windows 3.1, QEMM  etc.
  28.   The ASPIDAC.SYS works in conjunction with the DOS driver, SWXCRWIN.SYS.
  29.  
  30.  
  31.   CDROM Driver :
  32.  
  33.   Also a CDROM driver DAFCDA.SYS is included, to allow CDROM access under 
  34.   DOS, using a MSCDEX driver. The DAFCDA.SYS works in conjunction with the 
  35.   ASPI driver, ASPIDAC.SYS.
  36.  
  37.  
  38.   Installation :
  39.  
  40.   If SWXCR is the only disk controller in the system, use DOS 
  41.   "fdisk" to create a DOS partition and use DOS "format c: /s " 
  42.   to high level format the DOS partition. Boot from the SWXCR
  43.   disk.
  44.  
  45.   Copy the driver file, SWXCRWIN.SYS from the SWXCR DOS driver 
  46.   diskette to the root directory of the boot disk. Optionally,
  47.   copy the driver file ASPIDAC.SYS (ASPI driver) and DAFCDA.SYS 
  48.   (CDROM driver) to the root directory of the boot disk.
  49.  
  50.   The SWXCR DOS, ASPI and CDROM drivers are installed with the help 
  51.   of CONFIG.SYS. 
  52.  
  53.   The following lines are put in the CONFIG.SYS file to install the 
  54.   SWXCR DOS, ASPI and CDROM driver.
  55.   
  56.   DEVICE={DRIVE}:SWXCRWIN.SYS
  57.   DEVICE={DRIVE}:ASPIDAC.SYS
  58.   DEVICE={DRIVE}:DAFCDA.SYS
  59.  
  60.   In order to use the CDROM as a logical drive under DOS, the autoexec.bat
  61.   file needs to load the MSCDEX driver as follows:
  62.  
  63.   {DRIVE}:MSCDEX /V /M:10 /D:MSCD001
  64.  
  65.   Note :   MSCDEX  is  available  in  DOS 6.0  or  supplied by CDROM 
  66.   manufacturers.
  67.  
  68.   All the above statements need to be put before any line loading the 
  69.   memory manager, like himem.sys, qemm.sys, emm386.exe etc. 
  70.  
  71.   SWXCRWIN.SYS, ASPIDAC.SYS and DAFCDA.SYS should always be installed in 
  72.   real memory and never in high, expanded or extended memory.
  73.  
  74.   If using another disk controller with SWXCR, make sure all the 
  75.   drivers associated with the other disk controller are loaded before 
  76.   the SWXCR DOS driver.
  77.  
  78.  
  79.   Known Bugs/Limitations :
  80.  
  81.   ASPIDAC.SYS and DAFCDA.SYS should not be used in Windows 3.x, QEMM
  82.   etc..
  83.  
  84.   None of these drivers can be loaded in upper or high memory.
  85.  
  86.   ASPIDAC.SYS will behave unpredicatbly, under an "installation
  87.   abort" condition or on a controller that has no drives connected to 
  88.   it. Do not use ASPIDAC.SYS when installation abort error is reported by 
  89.   BIOS. 
  90.  
  91.