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:
committed by
Lars Brinkhoff
parent
a305421ff8
commit
9ed7bf3035
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user