1
0
mirror of https://github.com/PDP-10/its.git synced 2026-05-04 15:16:32 +00:00

Build PEEK with 340 support.

Prepare for building MAGDMP with 340 support, though it doesn't work yet.
This commit is contained in:
Lars Brinkhoff
2018-03-29 09:26:56 +02:00
parent c55f3a19a4
commit 6b8457b392
3 changed files with 27 additions and 8 deletions

View File

@@ -291,12 +291,10 @@ respond "*" ":midas sys1;ts salv_system;salv\r"
respond "time-sharing?" "y\r"
expect ":KILL"
# magdmp
# magdmp, paper tape
respond "*" ":midas dsk0:.;_syseng;magdmp\r"
respond "PTRHRI=" "y\r"
respond "KL10P=" "n\r"
respond "TM10BP=" "n\r"
respond "340P=" "n\r"
magdmp_switches
expect ":KILL"
# magdmp
@@ -341,7 +339,8 @@ respond " BIN" "\r"
respond "*" ":kill\r"
respond "*" ":link sys3;ts crtsty,sysbin;crtsty bin\r"
respond "*" ":midas sysbin;_sysen2;peek\r"
respond "*" ":midas /t sysbin;_sysen2;peek\r"
peek_switches
expect ":KILL"
respond "*" ":job peek\r"
respond "*" ":load sysbin;peek bin\r"

View File

@@ -72,6 +72,10 @@ proc dump_switches {} {
respond "WHICH MACHINE?" "KA\r"
}
proc peek_switches {} {
respond "with ^C" "340P==1\r\003"
}
proc dump_nits {} {
respond "DSKDMP" "l\033ddt\r"
expect "\n"; type "t\033@ dskdmp\r"
@@ -82,14 +86,19 @@ proc dump_nits {} {
expect "\n"; type "d\033nits\r"
}
proc magdmp_switches {} {
respond "KL10P=" "n\r"
respond "TM10BP=" "n\r"
# 340P=y doesn't work yet.
respond "340P=" "n\r"
}
proc bootable_tapes {} {
global emulator_escape
respond "*" ":midas .;magdmp bin.ka_syseng;magdmp\r"
respond "PTRHRI=" "n\r"
respond "KL10P=" "n\r"
respond "TM10BP=" "n\r"
respond "340P=" "n\r"
magdmp_switches
expect ":KILL"
respond "*" $emulator_escape

View File

@@ -111,6 +111,10 @@ proc dump_switches {} {
respond "WHICH MACHINE?" "DB\r"
}
proc peek_switches {} {
respond "with ^C" "\003"
}
proc dump_nits {} {
respond "DSKDMP" "dskdmp bin\r"
respond "DSKDMP" "l\033ddt\r"
@@ -120,6 +124,13 @@ proc dump_nits {} {
respond "\n" "d\033nits\r"
}
proc magdmp_switches {} {
respond "KL10P=" "n\r"
respond "TM10BP=" "n\r"
# 340P=y doesn't work yet.
respond "340P=" "n\r"
}
proc bootable_tapes {} {
global emulator_escape