mirror of
https://github.com/PDP-10/its.git
synced 2026-03-27 10:30:50 +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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user