From 728aa6aed6e2b350df4adcbd14775c179ca11741 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Tue, 2 Jul 2019 12:13:43 +0200 Subject: [PATCH] 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. --- build/misc.tcl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build/misc.tcl b/build/misc.tcl index 295f6cb1..54a78c31 100644 --- a/build/misc.tcl +++ b/build/misc.tcl @@ -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"