1
0
mirror of https://github.com/PDP-10/its.git synced 2026-05-01 14:06:28 +00:00

SCRIMP - XGP unspooler.

Update source code for FNR move to SYSEN2.
This commit is contained in:
Lars Brinkhoff
2018-11-14 11:38:17 +01:00
parent ab879b3094
commit 6b354ee386
3 changed files with 6 additions and 1 deletions

View File

@@ -1261,6 +1261,10 @@ expect ":KILL"
respond "*" ":midas sys2;ts xgpspl_sysen2;xgpspl\r" respond "*" ":midas sys2;ts xgpspl_sysen2;xgpspl\r"
expect ":KILL" expect ":KILL"
# XGP unspooler
respond "*" ":midas sysbin;_syseng;scrimp\r"
expect ":KILL"
# XGP and GLP # XGP and GLP
respond "*" ":midas sysbin;xgp bin_sysen2;xqueue\r" respond "*" ":midas sysbin;xgp bin_sysen2;xqueue\r"
expect ":KILL" expect ":KILL"

View File

@@ -228,6 +228,7 @@
- SCHEME, Scheme interpreter. - SCHEME, Scheme interpreter.
- SCNV, convert plotter files to XGP scan files. - SCNV, convert plotter files to XGP scan files.
- SCRAM, encrypt/decrypt file. - SCRAM, encrypt/decrypt file.
- SCRIMP, XGP unspooler.
- SCRMBL/UNSCR, scramble/unscramble file. - SCRMBL/UNSCR, scramble/unscramble file.
- SEND/REPLY, replacements for DDT :SEND. - SEND/REPLY, replacements for DDT :SEND.
- SENDS, Chaosnet SEND server. - SENDS, Chaosnet SEND server.

View File

@@ -151,7 +151,7 @@ RECYC2: SKIPL SET
;THIS IS THE FILE NAME READER ;THIS IS THE FILE NAME READER
.INSRT FNR > .INSRT SYSEN2; FNR >
;SCRIMPY INTERRUPT ROUTINES ;SCRIMPY INTERRUPT ROUTINES