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

  1. Date: Thu 13 Sep 84 16:32:44-EDT
  2. From: Frank da Cruz <SY.FDC@CU20B.ARPA>
  3. Subject: Rainbow MS-DOS Kermit Bootstrapping
  4. To: Info-Kermit@CU20B
  5.  
  6. Users of DEC Rainbow 100s have complained that there's no bootstrapping
  7. procedure they can use for getting the new MS-DOS Kermit onto the Rainbow
  8. over the communication line.  The problem was that Basic was not available
  9. for MS-DOS on the Rainbow (or else it was so new that no one had it yet),
  10. so the Microsoft Basic program we provided for decoding the .BOO (4-for-3
  11. encoded) binary file could not be used on the Rainbow.
  12.  
  13. Now, thanks to Bernie Eiben at DEC, we have a version of the Basic program
  14. that will run on the CP/M-86 side of the Rainbow.  It's a reworking of
  15. MSBPCT.BAS, which assumes that you already have the .BOO file on your
  16. CP/M disk.  It builds an .EXE file, which you can then move to the MS-DOS
  17. side of your Rainbow by booting MS-DOS and then using RDCPM to get the
  18. file from the CP/M-format disk.  How you get the .BOO file onto the CP/M
  19. disk in the first place is another question.  Either you use some file
  20. capture utility -- commercial or otherwise -- or else you go through the
  21. DDT bootstrap procedure given for CP/M-80 Kermit (since the Rainbow is
  22. also a CP/M-80 system).
  23.  
  24. Bernie's program is in MSBRB1.BAS.
  25.