home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / honeywellgcosc / hgkerhlp.txt < prev    next >
Text File  |  2020-01-01  |  5KB  |  157 lines

  1. HONEYWELL GCOS KERMIT
  2.  
  3.  
  4. This is the release notes for version 3.0 of KERMIT-GCOS for the Honeywell 
  5. DPS 6 and DPS 8, running either GCOS8 or GCOS3.  The program is written in the
  6. C language, adapted from Columbia University Unix Kermit, and is distributed in
  7. both source and printably-encoded binary form.  This release depends on
  8. modifications to the Datanet 8 DNS software or to NPS.  Contributed by:
  9.  
  10.  Terry Carlin, Carlin%pco@MIT-MULTICS
  11.  Honeywell Information Systems Inc
  12.  333 Wyman Street
  13.  Waltham, MA  02154
  14.  Phone 617-895-3377
  15.  
  16. This release contains the following files:
  17.  
  18. Kermit
  19. Distribution   Original
  20. Filename       Filename       Description
  21. ---------      -----------    --------------------------------------------
  22. HGKER.HLP      README         This file.
  23. HGKER.B        KERMIT.B       'PRINTABLE' version of KERMIT-GCOS.
  24. HGBOOT.A       HBOOT.A        Assembly program to make KERMIT.B into a
  25.                                system loadable file (H*).
  26. HGMKBOO.A      HMKBOO.A       Assembly program to make printable (BOOT)
  27.                                files from system loadable (H*) files
  28.                                on DPS 66 and DPS8.
  29. HGKER.C        KERMIT.C       'C' source for KERMIT-GCOS
  30. HGKER.DOC      KERMIT.E       EXPLAIN (HELP) file for KERMIT-GCOS.
  31. HGDNS.DOC      DNS.DOC        DNS terminal model for KERMIT-GCOS (PCTRAN).
  32. HGNPS.DOC      NPS.DOC        Documentation for NPS mods.
  33.  
  34. Installation is as follows:
  35.  
  36.   1.  Use JCL below to unload the ANSI multi-file tape.
  37.   2.  The IDENT and PARAM cards must be changed to reflect the site options.
  38.   3.  Copy KERM to the CMDLIB.
  39.   4.  Copy KERMIT.E to the EXPL catalog and make entry into
  40.       EXPL/INDEX.
  41.  
  42.    (jcl follows)
  43.  
  44. [Editor's note:  This JCL is intended for use on a tape that only contains
  45. the Honeywell files, and will have to be suitably modified for use with a
  46. standard Kermit distribution tape.]
  47.  
  48. 10$$N,J,MONI
  49. 20$:IDENT:accounting info,site params  INSTALL KERMIT
  50. 25$:USERID:your-userid$your-password
  51. 26$:NOTE:PARAM CARDS CONTAINS YOUR USERID AND THE KERMIT RELEASE NUMBER
  52. 30$:PARAM:your-userid,K3.0
  53. 40$:FILSYS
  54. 50 IGNORE ERRS
  55. 60CC /KERMIT
  56. 62CC /KERMIT/K3.0
  57. 70CPOS /KERMIT/K3.0
  58. 80CF README,LLINKS/1,UNLIMITED/
  59. 90CF KERMIT.B,LLINKS/60,UNLIMITED/
  60. 100CF HBOOT.A,LLINKS/5,UNLIMITED/
  61. 110CF HMKBOO.A,LLINKS/5,UNLIMITED/
  62. 120CF KERMIT.C,LLINKS/10,UNLIMITED/
  63. 130CF KERMIT.E,LLINKS/5,UNLIMITED/
  64. 140CF DNS.DOC,LLINKS/5,UNLIMITED/
  65. 150CF NPS.DOC,LLINKS/5,UNLIMITED/
  66. 160CF MSKERMIT,LLINKS/10,UNLIMITED/
  67. 170CF MSL610.A,LLINKS/25,UNLIMITED/
  68. 180CF MSTRAN.B,LLINKS/5,UNLIMITED/
  69. 190CF KERM,LLINKS/35,UNLIMITED/,MODE/RAND/
  70. 200$:UTL2
  71. 210$:TAPE:OT,O1D,,KERMIT,,RING-IN,,DEN16
  72. 220$:PRMFL:01,W,S,#1/KERMIT/#2/README
  73. 230$:PRMFL:02,W,S,#1/KERMIT/#2/KERMIT.B
  74. 240$:PRMFL:03,W,S,#1/KERMIT/#2/HBOOT.A
  75. 250$:PRMFL:04,W,S,#1/KERMIT/#2/HMKBOO.A
  76. 260$:PRMFL:05,W,S,#1/KERMIT/#2/KERMIT.C
  77. 270$:PRMFL:06,W,S,#1/KERMIT/#2/KERMIT.E
  78. 280$:PRMFL:07,W,S,#1/KERMIT/#2/DNS.DOC
  79. 290$:PRMFL:08,W,S,#1/KERMIT/#2/NPS.DOC
  80. 300$:PRMFL:09,W,S,#1/KERMIT/#2/MSKERMIT
  81. 310$:PRMFL:10,W,S,#1/KERMIT/#2/MSL610.A
  82. 320$:PRMFL:11,W,S,#1/KERMIT/#2/MSTRAN.B
  83. 330FDEF OT,ANSI,CI1024,MR90.
  84. 340FDEF 01 AND 02 AND 03 AND 04 AND 05 AND 06,GFRC,ASCII.
  85. 350FDEF 07 AND 08 AND 09 AND 10 AND 11,GFRC,ASCII.
  86. 360PROC REWIND OT. COPY OT TO 01 1FILE.
  87. 370PROC COPY OT TO 02 1FILE.
  88. 380PROC COPY OT TO 03 1FILE.
  89. 390PROC COPY OT TO 04 1FILE.
  90. 400PROC COPY OT TO 05 1FILE.
  91. 410PROC COPY OT TO 06 1FILE.
  92. 420PROC COPY OT TO 07 1FILE.
  93. 430PROC COPY OT TO 08 1FILE.
  94. 440PROC COPY OT TO 09 1FILE.
  95. 450PROC COPY OT TO 10 1FILE.
  96. 460PROC COPY OT TO 11 1FILE.
  97. 490$:gmap:ndeck
  98. 500:lodm:.dmac
  99. 510:symref:.dvlri
  100. 520:symdef:open
  101. 530open:dopen:,,[*,fib,in,,.dvlri]
  102. 540begin:stz:cnt
  103. 550:eax2:inbuf
  104. 560:awdx:0,2,2
  105. 570loop:dlgxt:fib,vibot,eof,[rsz,64]
  106. 580:mlr:,(1)
  107. 590:adsc9:wksp,0,64
  108. 600:adsc9:0,0,64,2
  109. 610:awd:16,,2
  110. 620:aos:cnt
  111. 630:lda:=6
  112. 640:cmpa:cnt
  113. 650:tnz:loop
  114. 660:eax5:inbuf
  115. 670:lda:=o717717717720
  116. 680:rpt:96,1
  117. 690:asa:0,5
  118. 700:mlr
  119. 710:adsc9:inbuf,0,384
  120. 720:adsc6:otbuf,0,384
  121. 730:mme:geinos
  122. 740:sdia
  123. 750:zero:fc,dcw1
  124. 760:wdic
  125. 770:zero:fc,dcw2
  126. 780:zero:statr,0
  127. 790:mme:geroad
  128. 800* WRITE H*
  129. 810:aos:ctr
  130. 820:lda:ctr
  131. 830:sta:ptr
  132. 840:tra:begin
  133. 850eof:null
  134. 860:mme:gefini
  135. 870***************************
  136. 880*     DATA
  137. 890***************************
  138. 900dcw1:iotd:ptr,1
  139. 910ptr:zero:0,0
  140. 920fc:bci:1,0000HS
  141. 930dcw2:iotd:otbuf,64
  142. 940inbuf:bss:96
  143. 950otbuf:bss:64
  144. 960statr:dec:0,0
  145. 970ctr:dec:0
  146. 980cnt:dec:0
  147. 990mask:oct:077077077077
  148. 1000wksp:bss:16
  149. 1010vibot:bss:2
  150. 1020fib:null
  151. 1030:fibmac:in,gfrc,[nbuf,1,proar,wksp,0,medcod,6]
  152. 1040:end
  153. 1050$:execute:dump
  154. 1060$:PRMFL:IN,R,S,#1/KERMIT/#2/KERMIT.B
  155. 1070$:PRMFL:HS,W,R,#1/KERMIT/#2/KERM
  156. 1080$:endjob
  157.