home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / burroughs / b68ker.bwr < prev    next >
Text File  |  2020-01-01  |  772b  |  21 lines

  1. The first release of Burroughs 6800 Kermit that was released 15 Feb 1985
  2. had a few bad lines.  The following changes are necessary to the original
  3. version; the version being distributed currently (as of 3 Jun 85) incorporates 
  4. them:
  5.  
  6. 1) Delete the three lines containing the following sequence numbers:
  7.     12010600, 12012900, 12013000
  8.  
  9. 2) Add the following lines between those numbered 12099000 and 13000000:
  10.       END                                                               12099200
  11.     UNTIL  RM:=*-CTS  = 0                                               12099400
  12.   END   D E B U G W R I T E ;                                           12099600
  13.  
  14. This should allow a clean compile of Kermit.  
  15.  
  16. Randy McLaughlin
  17. MetroII
  18. 360 Colborne St
  19. St Paul, MN 55102
  20. (612)227-9261
  21.