mirror of
https://github.com/PDP-10/its.git
synced 2026-01-13 07:19:57 +00:00
Move the DSKDMP G$ command inside processor specific build script.
Beause the KL10 version of dump_its will use NTSDDT instead of DSKDMP.
This commit is contained in:
parent
d0f58e9f04
commit
9f0f8dd0e9
@ -124,6 +124,7 @@ proc dump_nits {} {
|
||||
respond "\n" "\033u"
|
||||
respond "DSKDMP" "m\033salv bin\r"
|
||||
respond "\n" "d\033nits\r"
|
||||
respond "\n" "g\033"
|
||||
}
|
||||
|
||||
proc magdmp_switches {} {
|
||||
|
||||
@ -140,6 +140,7 @@ proc dump_nits {} {
|
||||
respond "\n" "\033u"
|
||||
respond "DSKDMP" "m\033nsalv bin\r"
|
||||
respond "\n" "d\033nits\r"
|
||||
respond "\n" "g\033"
|
||||
}
|
||||
|
||||
proc magdmp_switches {} {
|
||||
|
||||
@ -62,4 +62,3 @@ frontend_bootstrap
|
||||
shutdown
|
||||
start_dskdmp
|
||||
dump_nits
|
||||
respond "\n" "g\033"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user