1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-13 15:27:28 +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 {} { proc initialize_comsat {} {
# commented out because you cannot run COMSAT initialization without network respond "*" ":job comsat\r"
# support respond "*" ":load .mail.;comsat launch\r"
#respond "*" ":job comsat\r" respond "*" "debug/-1\r"
#respond "*" ":load .mail.;comsat launch\r" type "mfinit\033g"
#respond "*" "debug/-1\r" respond "*" ":kill\r"
#type "mfinit\033g"
} }
source build/ka10/include.tcl source build/ka10/include.tcl