1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-29 13:21:11 +00:00

Update KS10 microcode after is has been reassembled.

This commit is contained in:
Lars Brinkhoff
2018-06-23 20:14:14 +02:00
parent 0a51cb37f0
commit c5a6c9587d
3 changed files with 17 additions and 0 deletions

View File

@@ -120,3 +120,6 @@ proc bootable_tapes {} {
respond "_" "Q"
expect ":KILL"
}
proc update_microcode {} {
}

View File

@@ -162,3 +162,15 @@ proc bootable_tapes {} {
respond "Input file" ".;nsalv bin\r"
expect ":KILL"
}
proc update_microcode {} {
type ":ksfedr\r"
respond "!" "write\r"
respond "Are you sure" "yes\r"
respond "Which file" "ram\r"
expect "Input from"
sleep 1
respond ":" ".;ram ram\r"
respond "!" "quit\r"
expect ":KILL"
}

View File

@@ -850,6 +850,8 @@ respond "*" ":kshack;micro kshack;mcr 262=kshack;its,ks10,simple,flt,extend,inou
expect ":KILL"
respond "*" ":copy kshack; mcr ram, .; ram ram\r"
update_microcode
# XXFILE
respond "*" ":midas sysbin;xxfile bin_sysen1;xxfile\r"
expect ":KILL"