mirror of
https://github.com/PDP-10/its.git
synced 2026-01-13 07:19:57 +00:00
Which @ NTSDDT to make depends on CPU.
KA10 uses SYSENG; NTSDDT >, and KL10 uses SYSTEM; DDT >.
This commit is contained in:
parent
42f750ed3b
commit
380e9a89c6
2
Makefile
2
Makefile
@ -65,7 +65,7 @@ TV11=tools/tv11/tv11
|
||||
PDP6=tools/pdp6/emu/pdp6
|
||||
|
||||
H3TEXT=$(shell cd build; ls h3text.*)
|
||||
DDT=$(shell cd src; ls sysen1/ddt.* syseng/lsrtns.* syseng/msgs.* syseng/datime.*)
|
||||
DDT=$(shell cd src; ls sysen1/ddt.* syseng/lsrtns.* syseng/msgs.* syseng/datime.* syseng/ntsddt.*)
|
||||
SALV=$(shell cd src; ls kshack/nsalv.* syseng/format.* syseng/rfn.*)
|
||||
KSFEDR=$(shell cd src; ls kshack/ksfedr.*)
|
||||
DUMP=$(shell cd src; ls syseng/dump.* sysnet/netwrk.*)
|
||||
|
||||
@ -56,6 +56,10 @@ proc make_ntsddt {} {
|
||||
respond "dsksw=" "0\r"
|
||||
respond "1PRSW=" "1\r"
|
||||
expect ":KILL"
|
||||
|
||||
# Old NTS DDT with 340 support.
|
||||
respond "*" ":midas dsk0:.;@ ntsddt_syseng; ntsddt\r"
|
||||
expect ":KILL"
|
||||
}
|
||||
|
||||
proc make_salv {} {
|
||||
|
||||
9
build/kl10/include.tcl
Normal file
9
build/kl10/include.tcl
Normal file
@ -0,0 +1,9 @@
|
||||
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"
|
||||
}
|
||||
@ -49,10 +49,6 @@ expect ":KILL"
|
||||
respond "*" ":midas;324 dsk0:.;@ sysgen_syseng; system gen\r"
|
||||
expect ":KILL"
|
||||
|
||||
# Old NTS DDT with 340 support.
|
||||
respond "*" ":midas;324 dsk0:.;@ ntsddt_syseng; ntsddt\r"
|
||||
expect ":KILL"
|
||||
|
||||
respond "*" ":midas sys3;ts syslod_sysen1;syslod\r"
|
||||
expect ":KILL"
|
||||
|
||||
@ -1610,14 +1606,6 @@ expect ":KILL"
|
||||
respond "*" ":palx kldcp; kldcp\r"
|
||||
expect ":KILL"
|
||||
|
||||
# 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"
|
||||
|
||||
# IOELEV, PDP-11 doing I/O for the PDP-10 host.
|
||||
# First, the "AI" IOELEV, also known as CHAOS-11.
|
||||
# STUFF prefers to have it in the "." directory.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user