home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archimedes / arkerm.ann < prev    next >
Text File  |  2020-01-01  |  2KB  |  50 lines

  1. ->  README
  2.  
  3. Cosmos Nicolaou 10/7/87
  4.  
  5. This directory contains all the source code required to build
  6. Arthur-kermit.
  7. This version of kermit is a port of the version produced by Acorn
  8. for the ACW running the Panos operating system.
  9. As a result the source code is split into two main parts:
  10.  
  11.     i) kermit itself
  12.     
  13.     ii) a library providing limited Panos compatibility,
  14.         in particular a streams interface is supported.
  15.         The library also includes the low-level driver
  16.         code required for rs423 and keyboard access.
  17.  
  18. To build kermit simply exec the file ``Makescr'' which will
  19. produce an executeable file ``kermit_rif''.
  20.  
  21.  
  22. Release Notes:
  23.  
  24. 1. server is implemented, if prompted for a password, simply type [RETURN].
  25.  
  26. 2. The interrupt character for Arthur-kermit is ESC, and CTL-C as for UNIX
  27. C-kermit. Note that ESC DOES NOT WORK with Arthur release 0.20!
  28.  
  29. 3. The code for driving smart modems and remote login scripts has been
  30. removed.
  31.  
  32. 4. Type kermit -h, not kermit -help for a list of command line options.
  33.  
  34. 5. The single character wild card character is now @ rather than ?.
  35.  
  36. 6. There is some nastiness on exit from kermit, this seems to blow-away
  37. Arthur, I do not understand why!
  38.  
  39. 7. vt52 emulation is incomplete, in particular scrolling is not
  40. implemented, thus editing is inconvenient using a screen editor.
  41.  
  42. 8. The mapping of file name formats to and from local/remote form is
  43. naive.
  44.  
  45. 9. The escape sequence for ending terminal connection is CTL-F1 and cannot be
  46.  changed using set!
  47.  
  48. 10. sessiong logging is very primitive, only non ctl characters are stored.
  49.  
  50.