1
0
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:
Lars Brinkhoff
2018-09-21 14:56:49 +02:00
parent e721874713
commit e03e3ae631
8 changed files with 70 additions and 28 deletions

View File

@@ -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"