home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / BEEHIVE / COMMS / CP409DOC.ARK / CPAAAA.ANN next >
Text File  |  1988-05-18  |  5KB  |  92 lines

  1. Following is the announcement of CP/M-80 Kermit version 4.09, the first
  2. new release of CP/M Kermit since 4.05 since February 1985.
  3.  
  4. Kermit files may be obtained over networks and by mail order.  On the
  5. Internetwork, use FTP to log in to host CU20B, CU20B.COLUMBIA.EDU, or
  6. CU20B.CC.COLUMBIA.EDU (a DECSYSTEM-20), as user ANONYMOUS, using any password,
  7. and GET (or MULTIPLE GET, or MGET) the desired files from logical device KER:,
  8. e.g. MGET KER:CP*.* for the new CP/M files.  You can also get Kermit files over
  9. BITNET/EARN; to get started send a message with text HELP to KERMSRV, the
  10. Kermit file server, at host CUVMA.  For detailed instructions, read the file
  11. KER:AANETW.HLP (AANETW HLP on KERMSRV).  To order by mail, request a complete
  12. list of Kermit versions and an order form from Kermit Distribution, Columbia
  13. University Center for Computing Activities, 612 West 115th Street, New York, NY
  14. 10025 USA.
  15.  
  16. Date: 8 Jan 88 0:00:00
  17. From: Bertil Schou, Loughborough University, UK
  18. Via: SYSKERMIT%vax1.central.lancaster.ac.uk@NSS.Cs.Ucl.AC.UK
  19. Subject: Announcing Version 4.09 of Kermit-80 for CP/M-80
  20. Keywords: CP/M-80 Kermit 4.09
  21.  
  22. After an incredibly long gestation period, here is hopefully an updated
  23. version of Kermit-80 V4.05. Kermit-80 V4.08 is issued for testing purposes
  24. only.  Version 4.09 is the release issue of version 4.08.  I still, however,
  25. want any feedback about problems generated in this revision, or others
  26. desperately want fixing.
  27.  
  28. Superficially, there is little real change in operation of Kermit-80, version
  29. 4.05, but there have been some major jobs tackled like trapping BDOS calls and
  30. multiple FCB buffering...
  31.  
  32. New bits for this version include:
  33.      SET       {SEND/RECEIVE} START-OF-PACKET character
  34.      SET       DIRECTORY-FILE-SIZE (Shows or hides file sizes on 
  35.                  DIRectory displays)
  36.      SET       TERMINAL to OFF, VT52, DUMB, EXTERNAL, QUIET, REGULAR.
  37.      SET       USER to set other user spaces
  38.      RECEIVE   to collect a file from a remote SENDer
  39.      GET       to collect a file from a remote SERVER
  40.      SEND      {local filename} {remote filename}
  41.      TAKE      to take command files from disk (including other take files!)
  42.      FCOPY     Copy CP/M files from within Kermit (no wildcard)
  43.      TYPE      Type a file to the console from within Kermit
  44.      PRINT     Print a file to the printer from within Kermit
  45.      -         Updated  TRANSMIT command that waits for a string of characters
  46.                  from the host (default is CR).
  47.      -         Command line commands, eg:
  48.                     KERMIT ;SET FILE BINARY;SEND FOO.BAR
  49.      -         Automatic TAKE KERMIT.INI on default disk on
  50.                  loading KERMIT-80 (useful for SET BAUD etc.)
  51.      -         Much improved speed on DIRECTORY 
  52.      -         Automatic CLOSE-ing of a terminal connection if the line is
  53.                  DROP-ped (currently only for an Apple, and Torch has a dummy
  54.                  test for cntrl-] D in connect state)
  55.      -         Improved printer handling.
  56.  
  57. On the negative side, only LASM and Microsoft M80 assemblers can be used to
  58. assemble the source files. I personally see no point in being able to support
  59. several assemblers if LASM can do the job, but then again, I have not used the
  60. MAC80 cross assembler...  Comments on assembler compatabilities, please!
  61.  
  62. All source files have been renamed, and there are a few additions. All source
  63. files are named in the form CPaxxx.ASM, where:
  64.  
  65.      a=A for general information
  66.      a=S for system independent source files and hex file
  67.      a=X for system dependent source files
  68.      a=V for system-dependent hex files
  69.  
  70. The system dependent code has changed a litle too, hopefully bringing the
  71. CPXSYS.ASM (formerly CP4SYS.ASM) file a bit more toward a manageable size.
  72. There is now the possibility for FAMILIES of systems, like APPLE and NorthStar
  73. (also Comart), which contains code for computers of a single type.  I have
  74. immediately gone against all this by creating a family with the code for
  75. Torches, Cifers, Ithacas and Superbrains (this because we have these systems
  76. here at Loughborough.)
  77.  
  78. Bertil Schou.
  79.  
  80. [Ed. - Many thanks, Bertil!  And also to Alan Phillips and Steve Jenkins at
  81. Lancaster University for sending this new version to us via transoceanic
  82. magnetic tape, and to the many others in the UK who contributed to this new
  83. release.  This version supports all the systems supported by version 4.05,
  84. with the exception of the HP-125, and with the addition of many more, for a
  85. total of something like 52 systems.  The new files have been installed in
  86. KER:CP*.*, and the old ones moved (on CU20B, anyway) to KO:CP*.*.  CP/M
  87. users, please get this new version and try it out, so we can make sure it's
  88. safe to distribute.  And this is also the time to plead ONCE AGAIN for
  89. volunteers to distribute CP/M Kermit on 5.25-inch diskette for different
  90. kinds of systems, and also in "universal" 8-inch diskette format.  Please
  91. come forward if you can do it, or know of a user group that can!]
  92.