home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / KERMIT / CP411HEX.ARK / aaread.me next >
Text File  |  1991-06-03  |  2KB  |  78 lines

  1.                      [AAREAD.ME Mike Freeman 24-May-1991]
  2.      This archive contains files in Intel hex format which can be used to 
  3. create versions of Kermit-80 (CP/M Kermit) version 4.11 which will run on 
  4. various CP/M systems. Two hex files must be extracted -- CPSKER.HEX (the 
  5. system-independent portion of CP/M Kermit) and one of the CPVxxx.HEX files 
  6. (which one depends upon which system Kermit-80 is being built for). The file 
  7. CPAAAA.HLP (also in this archive) shows the systems supported by Kermit-80 and 
  8. which hex file should be extracted to support a given system.
  9.      To build CP/M Kermit:    
  10. o Extract CPSKER.HEX from CP411HEX.ARK
  11. o Extract CPVxxx.HEX (where CPVxxx.HEX is the appropriate system module)
  12.     from CP411HEX.ARK
  13. o If you wish to use MLOAD to combine these two files (and this is by far
  14.     the easiest way to get a running Kermit), extract MLOAD.COM from
  15.     CP411HEX.ARK
  16. o Using DDT, DDTZ, MLOAD, etc., combine these files to create a working
  17.     version of CP/M Kermit for the system in question.
  18. For example, here's how one would build Kermit for the Microbee.
  19. Extract CPSKER.HEX and CPVBEE.HEX from CP411HEX.ARK.
  20. If using MLOAD, extract MLOAD.COM from CP411HEX.ARK.
  21.  
  22. If using DDT:
  23. A>DDT CPSKER.HEX
  24. DDT VERS 2.0
  25. NEXT  PC
  26. 707A 0127
  27. -ICPVBEE.HEX
  28.  
  29. -R
  30.  
  31. NEXT  PC
  32. 784E 0000
  33. -^C
  34. A>SAVE 120 KERMIT.COM
  35. A>
  36.  
  37. If using DDTZ:
  38. A>DDTZ CPSKER.HEX
  39. DDTZ v2.7M by CB Falconer. CPU=Z80
  40. Next  PC  Save
  41. 707A 0127 112
  42. -NCPVBEE.HEX
  43.  
  44. -L
  45.  
  46. Next  PC  Save
  47. 784E 0127 120
  48. -NKERMIT.COM
  49.  
  50. -W
  51.  
  52.  
  53. -Q
  54.  
  55. A>
  56.  
  57. If using MLOAD:
  58. A>MLOAD KERMIT=CPSKER.HEX,CPVBEE.HEX
  59. MLOAD ver. 2.5   Copyright (C) 1983, 1984, 1985
  60. by NightOwl Software, Inc.
  61. Loaded 27223 bytes (6A57H) to file B0:KERMIT.COM
  62. Start address: 0100H  Ending address: 784DH  Bias: 0000H
  63. Saved image size: 30592 bytes (7780H, - 239 records)
  64. A>
  65.      NOTE:  An executable version of MLOAD (MLOAD.COM) is included in this
  66. archive and may be used to build CP/M Kermit for specific systems. MLOAD
  67. may also be obtained from the Kermit distribution. Both MLOAD and DDTZ
  68. may be found in the CP/M archives on wsmr-simtel20.army.mil.
  69.      If the desired system is not listed in CPAAAA.HLP, Kermit-80 will 
  70. have to be adapted for the new system. See CPKERM.DOC (not in this archive) 
  71. for details.
  72.      Happy Kermitting!
  73. -- Mike Freeman K7UIJ --
  74. 301 N.E. 107th Street
  75. Vancouver, WA 98685
  76. (206)574-8221
  77.                               [End of AAREAD.ME]
  78.