1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-11 23:53:12 +00:00

Make COMSAT work with KA ITS.

This commit is contained in:
Lars Brinkhoff 2018-04-12 12:46:38 +02:00
parent 2ee5316fd5
commit acb05de25f

View File

@ -44,12 +44,11 @@ proc quit_emulator {} {
}
proc initialize_comsat {} {
# commented out because you cannot run COMSAT initialization without network
# support
#respond "*" ":job comsat\r"
#respond "*" ":load .mail.;comsat launch\r"
#respond "*" "debug/-1\r"
#type "mfinit\033g"
respond "*" ":job comsat\r"
respond "*" ":load .mail.;comsat launch\r"
respond "*" "debug/-1\r"
type "mfinit\033g"
respond "*" ":kill\r"
}
source build/ka10/include.tcl