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

  1. Date: Thu, 17 Mar 88 14:17:42 PST
  2. From: JAFW801%CALSTATE.BITNET@CUVMA.COLUMBIA.EDU  (Jack Bryans)
  3. Subject: Announcing Kermit 2.30 for the RMX86 and RMX286 Operating System
  4. Keywords: iRMX86, iRMX286, Intel RMX
  5. Xref: RMX, see Intel
  6.  
  7. This is to announce version 2.30 of Kermit for both the iRMX86 and iRMX286
  8. Operating Systems.  It is the first release for iRMX286 and the first since
  9. late 1985's version 2.26 for iRMX86.
  10.  
  11. This is the same program, ported to the RMX's, as the Jan. 8,1988 release of
  12. MS-Kermit, version 2.30, for the IBM PC, which is probably the most widely
  13. used and richest Kermit implementation.  A DOS emulator provides enough of
  14. the DOS environment to allow the essentially unchanged MS-Kermit code to run
  15. under both of the RMX Operating Systems.  For a summary of changes on the
  16. MS-Kermit end, see the KERMSRV files MS*.UPD.
  17.  
  18. From the RMX end, this version includes support for wild cards, full RMX
  19. paths and file names, and removes restrictions on the use of RUN.  You can
  20. now RUN AEDIT from within Kermit.
  21.  
  22. As a fortuitous fallout to wild card implementation, a list of file names may
  23. be used wherever Kermit accepts a wild card file specification, as long as
  24. all files in the list are in the current default directory.  For example:
  25.  
  26. SEND READ.ME.FIRST,*X*.A*,*.OBJ,ETC.ETC
  27.  
  28. works.  Try to say that in DOS!  Similarly, when Kermit is in SERVER mode, it
  29. will respond to a GET file-name-list from the local Kermit.
  30.  
  31. The SET and SHOW KEY commands have been added.
  32.  
  33. Configuration has been completely redone, with its implementation separated
  34. from the Kermit initialization file.  To avoid confusion with the previous
  35. version, the .ini file name has been changed to KERMIT.INI.  A good dozen
  36. configuration options are available, reducing the need to obtain the source
  37. code.
  38.  
  39. Serial ports have been increased to ten, with all requirements and
  40. restrictions on device attachment removed.  Additionally, you can ping-pong
  41. between serial communication ports and the port your terminal (in this case,
  42. presumably, a PC) is attached to, with the file transfer display
  43. automatically set to QUIET mode (necessary for one port operation) and reset
  44. to its previous mode when you select another port.
  45.  
  46. Performance has been improved in a number of areas, especially in connect
  47. mode.  Improved serial device drivers scheduled for release in forthcoming OS
  48. updates from Intel (RMX286, Release 2, Updates 1 and 2, and RMX86, Release 8)
  49. will improve Kermit performance significantly on both OS's, especially on
  50. faster systems.
  51.  
  52. A number of timing problems peculiar to '386 based systems have been cleared
  53. up in the past month.  Feedback from '386 beta testers indicates performance
  54. more than impressive enough to make 8086 users, appropriately, green with
  55. envy.
  56.  
  57. The following files constitute this release:
  58.  
  59. MSVRMX.BOO  BOO-encoded executable Kermit for RMX86
  60. MSVRX2.BOO  BOO-encoded executable Kermit for RMX286
  61.  
  62. MSVRMX.DOC  Documentation for both OS's
  63.  
  64. MSVRMX.HLP  How to build Kermit for either OS from source code
  65. MSVRMX.CSD  The edit pass SUBMIT file.  \ Converts MSSDEF.H & MSS*.ASM
  66. MSVRMX.MAC  The edit pass macro file.   / to MSSDEF.H86 & MSS*.A86
  67. MSURMX.A86  Source code for the keyboard support module for RMX
  68. MSXRMX.A86  Source code for the traditional "X" module for RMX
  69. MSZRMX.A86  Source code for the DOS emulator and Kermit driver
  70. MSVRMX.P86  Source code for the wild card implementing auxiliary command, WC
  71.  
  72. Note that all files but the enBOOed executables apply to both OS's.  The edit
  73. pass generates submit files for conditional assembly and for linking or
  74. binding the object modules to produce an executable for either OS.
  75.  
  76. The MS-Kermit files, MSKERM.DOC, MSKERM.HLP, and MSKERM.BWR provide primary
  77. documentation for all version 2.30's.
  78.  
  79. Acknowledgments
  80.  
  81. Joe Doupnik of Utah State University, who has been responsible for MS-Kermit
  82. starting with version 2.29, was most accommodative in making changes to the
  83. DOS code to simplify things for the RMX portings.
  84.  
  85. Among the beta testers, Steve Cox of Milliken Research Corp., Chris Jamison
  86. of Ransburg Corp., and especially Chris Vickery of Queens College, NY,
  87. provided valuable feedback.  Henning Pangels of Carnegie-Mellon University's
  88. Robotics Institute showed up in the nick of time via e-mail, innocently
  89. inquiring if there was an RMX286 Kermit he could try out on his brand new
  90. '386.  His response to being pressed into guinea pig duty is appreciated.
  91.  
  92. Mark Aaldering of Intel made the port to RMX286 possible.  Thanks also to
  93. Intel's Paul Cohen, Rick Gerber, and Tom Willis, and, with apologies, to
  94. those overlooked.
  95.