1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-13 07:19:57 +00:00

Write KLDCP.BIN to front end file system.

Use the BDUMP command in 11STNK to make the right kind of BIN file.
11STNK requires a debugger before loading a program; use KLRUG.
This commit is contained in:
Lars Brinkhoff 2019-07-02 12:13:43 +02:00
parent 1740325b02
commit 728aa6aed6

View File

@ -1651,6 +1651,15 @@ expect ":KILL"
# KL10 diagnostics console program.
respond "*" ":palx kldcp;_kldcp\r"
expect ":KILL"
respond "*" ":11stnk\r"
respond "*" "R"
respond "FILENAME" "\r"
respond "*" "L"
respond "FILENAME" "kldcp; kldcp bin\r"
respond "*" "B"
respond "FILENAME" ".temp.; kldcp bin\r"
expect ":KILL"
move_to_klfe ".temp.; kldcp bin"
# KL10 diagnostic console utility
respond "*" ":palx kldcp;_kldcpu\r"