home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / c / ucterak.hlp < prev    next >
Text File  |  2020-01-01  |  982b  |  30 lines

  1. UCSD Pascal KERMIT for the Terak graphics workstation
  2.  
  3. This implementation of KERMIT was done by Kate MacGregor of Cornell Computing
  4. Services (KMM@CORNELLA.BITNET) for the Terak 8510a running version II.0 of the
  5. UCSD p-System.  It is broken up into several modules, some system independent,
  6. some system dependent.  These modules have been concatenated into a single
  7. source file, with the components separated by lines of the form
  8.  
  9. >>>> filename
  10.  
  11. Where the filenames are:
  12.  
  13. HELP.TEXT
  14. KBDHANDLR.TEXT
  15. KERMIT.TEXT
  16. PARSER.TEXT
  17. RCVHANDLR.TEXT
  18. RECSW.TEXT
  19. SENDB.TEXT
  20. SENDSW.TEXT
  21.  
  22. The Pascal source files should be mostly system independent; the MACRO-11
  23. source files are specific to the Terak, which is based on a PDP-11
  24. microprocessor.  The file UCTERAK.DOC contains user documentation, instructions
  25. for building UCSD Pascal Kermit for the Terak, and hints on adapting it to
  26. other machines.  It should be renamed to KERMITHLP.TEXT on the UCSD Pascal
  27. system.
  28.  
  29. [End of UCTERAK.HLP, May 1984]
  30.