home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / rt11pascal / rtread.me < prev    next >
Text File  |  1984-05-21  |  4KB  |  137 lines

  1.  
  2.                      K   E   R   M   I   T
  3.  
  4.                              F O R
  5.  
  6.                               RT-11
  7.  
  8.         Version:  2.2C    
  9.  
  10.                 NOTE: Use @RTREN to rename files
  11.  
  12. This version of KERMIT is primarily written  OSMI  Pascal  (v1.2)
  13. and  is  based on an earlier 'portable' version written with some
  14. of techniques outlined in "Software Tools in Pascal" (Kernighan &
  15. Plauger). The current version is oriented to RT-11 and includes:
  16.  
  17.    - Time out support.
  18.  
  19.    - Support for DLV11-J or DL11-E or equivalent.
  20.  
  21.    - A 'KERMIT style' parser
  22.  
  23. The following files are included:
  24.  
  25.      README.TXT      This file.
  26.  
  27.      KERMIT.COM      Command to compile & link KERMIT
  28.      USR.COM         Fiddles USR address    
  29.      OPT.PAS         Compiler options
  30.      EDLOG.PAS       Header file
  31.      KERMIT.PAS      Main KERMIT Program
  32.      GLOBAL.PAS      Global variables etc.
  33.      KEXT.PAS        External definitions
  34.      KPROC.PAS       External Procedures
  35.      KPARSE.PAS      Parser overlay
  36.      KINIT.PAS       Init overlay
  37.      KSEND.PAS       Send overly
  38.      KRECV.PAS       Receive overlay
  39.      KTIME.PAS       Procedure to handle timer and console
  40.      KLINE.PAS       Proceurres to handle DL11
  41.  
  42.      KERMIT.MAP      Link Map for distributed program
  43.      KERMIT.HEX      'HEX' file for distributed program
  44.      LOAD.MAC        Loading program.
  45.      INSTAL.COM      Command file to load 'HEX' and configure it
  46.      KERFIX.COM      Patches CSR and VEC for Distributed version.
  47.      XLOAD.C         The Program used to create KERMIT.HEX
  48.     
  49.      KERMIT.HLP      'Help' file
  50.      RTREN.COM       Renames files from RT****.*** to above names
  51.  
  52.  
  53.  
  54.  
  55. For RT-11 Systems with OMSI Pascal:
  56.  
  57. Make modifications in KLINE.PAS for your DL11 Vector and CSR  and
  58. in KTIME.PAS (if necessary for LTC).
  59.  
  60.      Use @KERMIT to compile and link KERMIT.
  61.  
  62.  
  63. For RT-11 Systems without OMSI Pascal:
  64.  
  65.  
  66. The included 'HEX' file, command file INSTAL.COM  and  a  loading
  67. program  (LOAD.MAC) should allow this version of KERMIT to run on
  68. most any RT-11 system that has the following:
  69.  
  70.    - Line Time Clock.
  71.  
  72.    - DLV11-J, DL11 or equivalent. See INSTAL.COM to  see  how  to
  73.      set vector and CSR.
  74.  
  75.    - Note, in particular, that this version  does  NOT  make  any
  76.      assumption about floating point hardware.
  77.  
  78. In both cases this version of KERMIT should be run under RT11SJ
  79. (version 4 or 5). It will not run under FB or XM.
  80.  
  81.  
  82.  
  83.      Notes on Commands
  84.  
  85.  
  86. Most of the commands are fairly standard;  see  KERMIT.HLP.   The
  87. following are somewhat different:
  88.  
  89.    - SEND - NO wildcards.
  90.  
  91.    - SET EIGTH-BIT ON/OFF - OFF implies default use of Parity bit
  92.      for binary transfers; ON implies use of eight-bit quoting.
  93.  
  94.    - SET DEBUGGING
  95.  
  96.                   - ON      Debugging information is printed.
  97.  
  98.                   - OFF     No debugging information - Default.
  99.  
  100.                   - VERBOSE An   message   printed   per   packet
  101.                     sent/received.
  102.  
  103.                   - TESTING Special test mode.  KERMIT  sends  or
  104.                     receives  without waiting for ACK. (Also use-
  105.                     ful: STDIN & STDOUT can be re-directed;  e.g;
  106.                     SEND file-spec  >output-file <input-file)
  107.  
  108.  
  109.  
  110.  
  111. Versions:
  112.         2.2    Jan. 14,1984    Distributed to Columbia
  113.         2.2A    Mar. 19,1984    Add banner & version number     
  114.         2.2B    Apr. 27,1984    Add message for CONNECT
  115.                     Set Binary mode to 'NotSupported' 
  116.                     if receive 'N'.  
  117.                     Give message for Binary char in 
  118.                     Text file.
  119.         2.2C    May  22,1984    Default SHOW to SHOW ALL
  120.                     Add copyright    
  121.                     Distributed to Columbia
  122.  
  123. For more information contact:
  124.  
  125.      Philip Murton
  126.  
  127.      University of Toronto Computing Services
  128.      Communication & Technical Support,
  129.      10 King's College Rd., SF4306,
  130.      Toronto
  131.  
  132.      (416) 978-5271
  133.  
  134.      ...!utcstat!utcs!utgumby!philip
  135.  
  136.  
  137.