mirror of
https://github.com/PDP-10/its.git
synced 2026-01-25 03:37:00 +00:00
10 lines
218 B
Tcl
10 lines
218 B
Tcl
make_ntsddt {} {
|
|
# KL10 NTSDDT.
|
|
respond "*" ":midas dsk0:.;@ ntsddt_system;ddt\r"
|
|
respond "cpusw=" "2\r"
|
|
respond "ndsk=" "1\r"
|
|
respond "dsksw=" "3\r"
|
|
respond "1PRSW=" "1\r"
|
|
expect ":KILL"
|
|
}
|