home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / enterprs / cpm / utils / a / dskdrv16.lzh / DKDRVHDR.DRV < prev    next >
Encoding:
Text File  |  1991-01-16  |  1.6 KB  |  40 lines

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