home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / a / cpkfet.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Date: 23 May 1986 0807-EDT
  2. From: "Bernie AT&T:617-467-5664 LDP Workstations" <EIBEN@MARLBORO.DEC.COM>
  3. To: sy.fdc@cu20b
  4. Subject: CP/M-80 Kermit Bootstrapping Procedure Corrected
  5.  
  6. Here is a fixed version of the CP/M bootstrapping program.  The version that
  7. has been listed in the CP/M-80 Kermit manual for the past several years failed
  8. to store the end of the file after downloading it into memory.  The new version
  9. stores in multiples of 2 sectors [256 bytes] and could have a 'overrun' of that
  10. much, however without problems, since the Control-Z does the magic.  Unlike the
  11. previous version, this program displays the data on the screen while capturing
  12. it into memory.
  13.  
  14. Probably you want to include the 'program' - for the guy who has an editor AND
  15. the DDT-form.  I believe that the assembler will catch typos easier than DDT -
  16. and not everybody is fluent enough in DDT to correct typos on the fly.
  17.  
  18. The Rainbow was able to 'fetch' at 2400 baud, VT180 only checked at 1200 baud.
  19. You might want to check on your micros, first thing to go [speed-wise] could be
  20. the 'visual' display - although I NEEDED to see the 'bytes' trickling in - and
  21. its also quite handy to see a 'blotch' coming on the VT180 - so you know right
  22. away when a transfer wasn't clean.
  23.  
  24. - Bernie
  25.