home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / hp1000 / hpmker.ins < prev    next >
Text File  |  2020-01-01  |  6KB  |  99 lines

  1.  
  2.       These instructions will assist you in the installation of KERMIT-RTE
  3.       revision 1.99d on any RTE-6 or RTE-A system of revision C.83 onward.
  4.   
  5.       1)  If your system is at revision C.83, you must edit KERCOM.FTNI.
  6.           On line 12, change the value of the SysRev parameter to any
  7.           value less than 2440.  Then re-compile and re-index (lindx!)
  8.           only KASUBS and K6SUBS.  It is NOT necessary to re-compile the
  9.           main KERMIT program!  If your system is at revision A.85 (2440)
  10.           or later, you may skip this step.
  11.   
  12.       2)  Link KERMIT using the supplied KERMIT.LOD command-file.  The
  13.           choice of KASUBS or K6SUBS will be made by Link as it reads
  14.           KERMIT.LOD.  If your Linker doesn't support the "if" command,
  15.           use one of the following link run-strings:
  16.               Link kermit.rel $k6subs              <RTE-6>   -OR-
  17.               Link kermit.rel $kAsubs              <RTE-A>
  18.   
  19.       3)  Put put KERMIT's help file where KERMIT can find it:
  20.             /SYSTEM  is where KERMIT looks first, and
  21.             /KERMIT  is where KERMIT looks next.  If not found,
  22.             <wd>     (your working directory) is where KERMIT looks next,
  23.                      and if not found there, KERMIT will look for a file
  24.             "KERMI   in FMGR-space.
  25.           If for some reason, the supplied KERMIT.HLP is corrupted, or if
  26.           you need to change it, you will need to generate a new KERMIT.HLP
  27.           by running the RTE-6 utility GENIX against the editable help file
  28.           KERMIT.TEXT.
  29.   
  30.       In case of trouble:
  31.           I have had a few reports of Link errors ("Illegal relocatable
  32.       records") which seem to be caused by one of two conditions found so
  33.       far:
  34.           1)  Errors in reading the tape -- especially in KERMIT.REL from
  35.               the 2730 CSL.
  36.           2)  Features in 5.0 or 4.1 software which are not backward-
  37.               compatible to earlier systems in the relocatable files.
  38.       The solution is the same in both cases: re-compile KERMIT.FTN and
  39.       KxSUBS.FTN as needed.  If this doesn't solve the problem, call me!
  40.   
  41.       Compatibility issues:
  42.           KERMIT should be runnable on any RTE-A or RTE-6 system from
  43.       revision "C.83" (the first introduction of CI) thru revision "5.1"
  44.       if the correct SysRev parameter is set.
  45.           KERMIT-RTE revision 1.99d fixes all bugs which I have had the
  46.       time to fully research:
  47.           a)  Under RTE-A, a B- or C-mux will be properly identified
  48.               without memory-protecting
  49.           b)  The "wizard" commands (leftovers from some research I was
  50.               doing for the RTE-6 version) have been removed
  51.           c)  An error crept into the subroutine ReportFileError which
  52.               was due to the resegmenting of KERMIT; this is fixed
  53.           d)  This revision >>will<< run under RTE-A/6 revision 5.1.
  54.           e)  The "new" serial drivers are now supported under RTE-A and
  55.               RTE-6; use your "D" muxes and enjoy!
  56.       KERMIT-RTE revision 1.99d may still suffer from a problem which
  57.       I have not yet had the time to research and solve:
  58.               If KERMIT-RTE is operating as a server under RTE-6, on
  59.               some occasions when a logoff-type command is used from
  60.               the local host, KERMIT-RTE will fail to terminate itself
  61.               (although it does a nice job of cleaning up its session!)
  62.               It may take the services of the new Debug/1000 before I
  63.               can solve this one.
  64.   
  65.       While KERMIT is now transportable, there are some good reasons why
  66.       it may not transport once in a while:
  67.           1)  Different systems: Don't expect a KERMIT linked under an
  68.               RTE-A to run on an RTE-6 system.  In addition to software
  69.               differences arranged at link time, the layout of type-6
  70.               files is different between RTE-A, RTE-6, and the older
  71.               RTE types.
  72.           2)  Different system revision: Don't expect a KERMIT linked
  73.               under a C.83 system revision to run on a 4.1 system!  The
  74.               list of transportable entry-points (in VCTR) may not be
  75.               the same.
  76.           3)  Different firmware: A KERMIT version linked on an A-600
  77.               will probably run OK on an A-900, but it is possible that
  78.               the reverse is not true.  Similar implications exist for
  79.               RTE-6 systems, where one machine may have Fast Fortran
  80.               and another may not.  "RPL CHANGE" warnings should not be
  81.               taken lightly!
  82.           4)  You have force-loaded KERMIT because there were some un-
  83.               defined references.  This practice is strongly discouraged
  84.               anyway, because there is very little code that KERMIT uses
  85.               which it can do without.
  86.  
  87.       For those of you with "D" firmware on their multiplexers, enjoy!!!
  88.       While revision 1.99 does not take any particular advantage of the
  89.       special features this card provides, it performs one of the better
  90.       terminal-emulation jobs I have seen and can transfer packets well.
  91.       I strongly recommend that XON/XOFF protocol be enabled where the
  92.       connected devices will support it.  NOTE: "D" mux support is not
  93.       exhaustively tested yet, but please DO report problems you find!
  94.          --  WARNING -- WARNING -- WARNING -- WARNING -- WARNING --
  95.       In order to use this KERMIT revision with the D mux, you MUST be
  96.       using driver revision 4.10 and firmware revision 4.10 or later!
  97.       BETA soft/firmware WILL NOT WORK! [KERMIT will seem to work well
  98.       for a while, then the mux card(s) involved will CRASH!]
  99.