home *** CD-ROM | disk | FTP | other *** search
/ ftp.update.uu.se / ftp.update.uu.se.2014.03.zip / ftp.update.uu.se / pub / rainbow / msdos / decus / RB139 / rx50-103.lzh / RX50.DOC < prev    next >
Text File  |  1986-09-04  |  3KB  |  66 lines

  1.  
  2.       ------------------------------------------------------------------
  3.       RX50 Diskette Driver for the IBM PC-AT
  4.       ------------------------------------------------------------------
  5.                                                          8 December 1984
  6.       
  7.       
  8.       RX50DRVR.SYS is an MS-DOS loadable device driver which enables an 
  9.       IBM PC-AT to read and write DEC RX50 diskettes on its high 
  10.       capacity diskette drive.  To use the driver, copy it into the 
  11.       root directory of your system disk and include the following line 
  12.       in your CONFIG.SYS file:    DEVICE=RX50DRVR.SYS
  13.       
  14.       When the system is booted, the driver is loaded and it displays 
  15.       its name, version number, load address and the drive letter to be 
  16.       used to refer to RX50 diskettes.  This is normally D: but may be 
  17.       different if you have a second hard disk drive or other block 
  18.       devices installed.
  19.       
  20.       Once the driver is installed, all the normal disk commands can be 
  21.       used EXCEPT the FORMAT command.  RX50 media cannot be formatted 
  22.       by the IBM controller, and attempting to do so will make the RX50 
  23.       diskette unusable.  Needless to say, references to drives A: and 
  24.       D: should not be intermixed:  no good will come of it.
  25.       
  26.       The DOS direct disk read and write interrupts (25h and 26h) may 
  27.       also be used.  Block numbers 0 through 19 are mapped to tracks 0 
  28.       and 1 and the sectors are addressed in physical sequence.  Block 
  29.       numbers 20 through 799 (which cover the area used by MS-DOS) are 
  30.       mapped to tracks 2 through 79.  On each track the sectors are 
  31.       interleaved 2:1 such that the logical sector sequence of 0..9 is 
  32.       mapped to the physical sequence 1, 3, 5, 7, 9, 2, 4, 6, 8, 10.  
  33.       This is consistent with the behaviour of MS-DOS on the DECmate 
  34.       and the Rainbow.
  35.       
  36.  
  37.       
  38.       RX50INIT.COM is a program which initializes an RX50 for use with 
  39.       MS-DOS.  It writes a FAT and directory in the format used by the 
  40.       DECmate and Rainbow versions of MS-DOS.  The command format is:
  41.       
  42.              RX50INIT  [d:]  [volume-name]
  43.       
  44.       The drive letter d: is optional; D: is the default value.  The 
  45.       volume name is optional; if it is omitted, no volume entry is 
  46.       made in the directory.  If a volume name is given, it may contain 
  47.       only letters, numerals, and hyphens.  Letters are converted to 
  48.       upper case.
  49.  
  50.       NOTE:  After initializing a diskette, remove it from the drive and
  51.       then reinsert it before using it.  This ensures that DOS recognizes
  52.       it as a "new" diskette.
  53.  
  54.       
  55.       RX50DRVR.SYS and RX50INIT.COM are copyrighted by Robert F. Morse. 
  56.       Permission is granted for private non-commerical use only.  
  57.       Questions, comments and suggestions may be sent to:
  58.       
  59.                      Robert F. Morse
  60.                      17 Bowdoin Street
  61.                      Cambridge, MA  02138
  62.                      (617) 874-4250
  63.   
  64.                      DTN 223-6720
  65.                      MLO5-2/B6
  66.                      LEWS2::MORSE