home *** CD-ROM | disk | FTP | other *** search
- ; rename this DKDRVHDR.DRV to BYERSX.INC for assembly with RSXMAST
- subttl 'DSKDRIVE revisions etc.'
- ;
- ; DSKDRIVE creates a generalized, table driven, foreign disk
- ; read/write drive on various machines. So far it has only been
- ; installed on the Kaypro 4, but the areas to modify are clearly
- ; shown in RSXIO.DRV file. Minumum changes are needed if an 1790
- ; series disk controller chip is used. Other external formats
- ; can be added with a single table.
- ;
- ; This program is Copyright (c) 1985 by
- ; C.B. Falconer, 680 Hartford Tpk,
- ; Hamden, Conn. 06517. (203) 281-1438
- ; all rights reserved.
- ;
- ; It may be freely used, copied, modified etc. It may not be
- ; sold, nor included in any package for sale, without the express
- ; written permission of C.B. Falconer.
- ;
- ; If you create any further machine installations, or foreign
- ; disk format tables for this program, please forward them to
- ; me at the above address, for inclusion in further releases.
- ;
- ; 1.6 85/12/14 C.B. Falconer
- ; Revised Kaypro driver to detect disk not mounted, and
- ; return error. Reorganized definitions to simplify
- ; generation of other drivers. Created GP and 179X
- ; driver outlines for other systems.
- ; 1.5 85/12/12 C.B. Falconer
- ; Revised to install with RSX12. Separated the machine
- ; dependant code into RSXIO, to simplify installation on
- ; other hosts. Corrected a bug in COOKBOOK for the HP125
- ; format. Added a further resident option, and insisted
- ; on an option being specified at run time. No option
- ; gives a list of formats available.
- ;
- ; 1.4 C.B. Falconer
- ; Installed under RSX10.
- ;
- ,