mirror of
https://github.com/PDP-10/its.git
synced 2026-01-11 23:53:12 +00:00
The KA10 file @ SALV is more properly called SALV BIN.
Because it has no entry point.
This commit is contained in:
parent
21d5b72cfd
commit
995b6a1d1e
2
Makefile
2
Makefile
@ -145,7 +145,7 @@ $(OUT)/rp04.1: $(OUT)/kl-minsys.tape $(OUT)/minsrc.tape $(OUT)/kl-magdmp.tap $(O
|
||||
$(EXPECT) -f build/$(EMULATOR)/build.tcl $(IP) $(GW)
|
||||
|
||||
$(OUT)/magdmp.tap: $(MAGFRM)
|
||||
cd bin/ka10/boot; ../../../$(MAGFRM) magdmp.bin @.ddt @.salv > ../../../$@
|
||||
cd bin/ka10/boot; ../../../$(MAGFRM) magdmp.bin @.ddt salv.bin > ../../../$@
|
||||
|
||||
$(OUT)/kl-magdmp.tap: $(MAGFRM)
|
||||
cd bin/kl10/boot; ../../../$(MAGFRM) magdmp.bin @.ddt salv.bin > ../../../$@
|
||||
|
||||
@ -6,7 +6,7 @@ proc start_salv {} {
|
||||
uplevel #0 {spawn ./tools/sims/BIN/pdp10-ka build/pdp10-ka/init}
|
||||
setup_timeout
|
||||
respond "MAGDMP\r\n" "l\033ddt\r"
|
||||
respond "\n" "t\033salv\r"
|
||||
respond "\n" "t\033salv bin\r"
|
||||
}
|
||||
|
||||
proc start_dskdmp args {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user