home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / hp1000 / hpmker.ann < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Date: Wed May 15 09:09:39 2002
  2. From: Christine M Gianone <cmg@columbia.edu>
  3. Subject: HP-1000 Kermit versus Modern Kermits
  4.  
  5. HP-1000 Kermit does not handle Kermit protocol feature negotiations correctly,
  6. and fails to transfer files with modern Kermit versions such as C-Kermit
  7. 7.0 or later or most versions of Kermit 95.  To adjust the newer Kermits to
  8. HP-1000 Kermit, use:
  9.  
  10.   set send negotiation-string-max-length 6
  11.  
  12. ------------------------------
  13.  
  14. Date: Mon Jan 8, 1990, 19:16:46 EST
  15. From: Christine M Gianone <cmg@watsun.cc.columbia.edu>
  16. Subject: Announcing HP-1000 Kermit Version 1.99D
  17. Keywords: HP-1000, RTE Operating System
  18.  
  19. This is to announce version 1.99D of HP-1000 Kermit for the Hewlett-Packard
  20. 1000 series of computers with the RTE-6 and RTE-A operating systems, from
  21. Paul Schumann of E-Systems, Inc, Greenville, Texas, USA.  This version
  22. replaces version 1.98 of September 1986.  The major new feature is support
  23. for the D-Series multiplexer and drivers.  The new files are available in the
  24. "D" area of Kermit distribution:
  25.  
  26.   Distribution Name    Original Name     Description
  27.    HPMKER.SRC           (many)            Fortran Source Code
  28.    HPMKER.SUB           KERMIT.SBMT       Interex program submission form
  29.    HPMKER.INS           KERMIT.ISTL       Installation instructions
  30.    HPMKER.LOD           KERMIT.LOD        Loader command file
  31.    HPMKER.HLP           KERMIT.TEXT       Plain text help file
  32.    HPMKER.MAK           KERMIT.MAKE       Makefile
  33.  
  34. Binary files are not included, since these are not easily distributed on
  35. industry-standard magnetic tapes or over networks.  According to the
  36. installation instructions, these files can be generated from the Fortran
  37. source (and in the case of the indexed help file, from KERMIT.TEXT).
  38.  
  39. The source code consists of many files concatenated into one single file,
  40. HPMKER.SRC.  Within this file, each original file begins with a line like
  41.  
  42. <<< k6subs.ftn >>>
  43.  
  44. to show the original file name.  This file can be picked apart into its
  45. original files with a text editor or a simple program.
  46.  
  47. Before attempting to build HP-1000 Kermit, be sure to reconstitute the
  48. original source files, and to rename the HPMKER files back to their original
  49. names shown above.
  50.  
  51. Many thanks to Paul Schumann for keeping this version of Kermit current,
  52. and for sending it in to us!
  53.  
  54. ------------------------------
  55.  
  56.