1
0
mirror of https://github.com/PDP-10/its.git synced 2026-02-17 13:17:18 +00:00

- Added support for METER

- Also fixed build script after initializing COMSAT (KLH10 only) to kill
  COMSAT job.
This commit is contained in:
Eric Swenson
2016-12-03 16:18:31 -08:00
committed by Lars Brinkhoff
parent a305421ff8
commit 9ed7bf3035
6 changed files with 896 additions and 0 deletions

View File

@@ -644,6 +644,10 @@ expect ":KILL"
respond "*" ":midas sys1;ts sysmsg_sysen1;sysmsg\r"
expect ":KILL"
# meter
respond "*" ":midas sys1;ts meter_syseng;meter\r"
expect ":KILL"
# ndskdmp tape
respond "*" ":link kshack;good ram,.;ram ram\r"

View File

@@ -48,6 +48,7 @@ proc initialize_comsat {} {
respond "*" ":load .mail.;comsat launch\r"
respond "*" "debug/-1\r"
type "mfinit\033g"
respond "*" ":kill\r"
}
source ../build.tcl