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

  1. From: Frank da Cruz <fdc@columbia.edu>
  2. Subject: Announcing Kermit-10 3.136
  3. Date: 27 Apr 2006 15:09:11 GMT
  4. Organization: Columbia University
  5. Message-ID: <slrne51nkn.3io.fdc@sesame.cc.columbia.edu>
  6. newsgroups: comp.protocols.kermit.misc
  7.  
  8. An update to PDP-10 DECsystem-10 Kermit from Nick Bush, one of the original
  9. authors.  This was one of the first Kermit programs written outside of
  10. Columbia University, and it was written to be portable to three different
  11. Digital Equipment Corporation platforms: the PDP-10 with TOPS-10, the VAX
  12. with VMS, and the Professional 350 and 380 PDP-11 based workstations with
  13. P/OS, the main three platforms in use at Stevens Institute of Technology in
  14. 1983, where Nick worked at the time.
  15.  
  16. While P/OS is long forgotten, VMS is still surprisingly strong after nearly
  17. 30 years (but nowadays we use C-Kermit there rather than Stevens'
  18. Kermit-32).  The 36-bit PDP-10, like its sibling the DECSYSTEM-20, were
  19. highly influential machines of the 1970s and 80s.  Although a few are still
  20. operational, the resurgence of interest in them comes from the recent
  21. availability of hardware emulators for these machines that can be run on
  22. today's desktop architectures.
  23.  
  24. The new release of PDP-10 Kermit, Kermit-10 3.136, unifies the various
  25. patches that have come in since Stevens halted development 20 years ago,
  26. and also fixes a few bugs, notably incorrect terminal modes upon return from
  27. CONNECT mode (e.g. ESC would echo as $).
  28.  
  29. Thanks to Nick for remembering how to do this!
  30.  
  31. The new version is accessible from the PDP-10 Kermit page:
  32.  
  33.   http://www.columbia.edu/kermit/pdp10.html
  34.  
  35. as is information about the PDP-10 emulators and related topics.
  36.  
  37. - Frank
  38.  
  39. ------------------------------
  40.  
  41. Date: Mon, 18 Sep 89 01:06:47 +0100
  42. From: Dan Norstedt <DANNE@kicki.stacken.kth.se>
  43. Subject: Announcing DECsystem-10 Kermit 3(134)
  44. Keywords: DECsystem-10 Kermit, Bliss Kermit, TOPS-10 Kermit, VAX/VMS Kermit
  45.  
  46.                  New features and changes in Kermit-10 3(134)
  47.  
  48. This version has added support for extended length packets:
  49.  
  50.       *    Extended length packets are supported by the normal SET RECEIVE
  51.     PACKET and SET SEND PACKET commands. Sizes up to 1000 are allowed.
  52.     By default, extended length packets are not used. Typically, use
  53.     SET RECEIVE PACKET 1000 and SET SEND PACKET 1000 to enable it.
  54.  
  55. It also contains bug fixes/enhancements from the VMS version:
  56.  
  57.       *    CRC calulations works ok when sending 8 bit data not using quoting.
  58.  
  59.       *    IBM mode handshake improved.
  60.  
  61.       *    Don't lose last character in a buffer if it's a widow.
  62.  
  63. That's all, folks.  The updated files are:
  64.  
  65.     K10COM.REQ
  66.     K10GLB.MAC
  67.     K10MIT.MAC
  68.     K10MSG.BLI
  69.     K10MSG.MAC
  70.     K10TT.MAC
  71.     K10UNV.MAC
  72.  
  73. There are no new files, except this announcement.
  74.  
  75. The .MAC (Macro-10) files are generated from the Bliss sources, but they
  76. will only work for KL and KS systems (our system is a KI).  But since KI's
  77. are rare, and the previous version also was compiled only for KL/KS, I don't
  78. think it's much of a problem.  The program has been put to heavy use here
  79. over the last few months, and I believe it to be free of (at least) new
  80. bugs.
  81.                     Regards,
  82.                     Dan Norstedt
  83.  
  84. [Ed. - Thanks, Dan!  This will certainly be good news for the world's
  85. remaining TOPS-10 users.  The new files are installed in Kermit Distribution
  86. in the B area, kermit/b/k10*.* on watsun.cc.columbia.edu for Internet access,
  87. and in K10*.* on KERMSRV at CUVMA for BITNET access.  Note that the
  88. system-independent Kermit protocol portions of this program are supposed to
  89. share the same source files with VAX/VMS Kermit-32.  VAX/VMS users who have a
  90. Bliss-32 compiler are encouraged to get the new files and see if a new version
  91. of Kermit-32 can be built from them, which will give this orphaned program
  92. long packet support.]
  93.  
  94.