mirror of
https://github.com/PDP-10/its.git
synced 2026-04-30 21:49:23 +00:00
Move loading of sources until after new ITS is running.
Just load essential source files during the bootstrap stage: MIDAS, ITS, DDT, SALV, KSFEDR, DUMP.
This commit is contained in:
@@ -16,8 +16,15 @@ proc restart_nsalv {} {
|
||||
expect "MTBOOT"
|
||||
}
|
||||
|
||||
proc start_dskdmp {} {
|
||||
proc start_dskdmp args {
|
||||
global out
|
||||
set tape ""
|
||||
if {[llength $args] == 1} {
|
||||
set tape [lindex $args 0]
|
||||
} {
|
||||
set tape "$out/sources.tape"
|
||||
}
|
||||
respond "sim>" "at tu0 $tape\r"
|
||||
respond "sim>" "at tu2 $out/dskdmp.tape\r"
|
||||
respond "sim>" "b tu2\r"
|
||||
respond "MTBOOT" "\033g"
|
||||
|
||||
Reference in New Issue
Block a user