From c87a13504971b9bf5621c183f8ec69074d10024a Mon Sep 17 00:00:00 2001 From: Eric Swenson Date: Fri, 9 Dec 2016 23:54:14 -0800 Subject: [PATCH] Patched PRUFD to use the TTY: device rather than the LPT: device. --- build/build.tcl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build/build.tcl b/build/build.tcl index f64ff137..87f8825c 100644 --- a/build/build.tcl +++ b/build/build.tcl @@ -803,6 +803,13 @@ respond "*" ":midas sysbin;prufd bin_sysen2;prufd\r" respond "Use what filename instead?" "syseng;jsf macros\r" expect ":KILL" +# patch PRUFD to use the TTY: device rather than the LPT: device +respond "*" ":job prufd\r" +respond "*" ":load sysbin;prufd bin\r" +respond "*" "nlinks+14/ A,,646471\r" +type ":pdump sys1;ts prufd\r" +respond "*" ":kill\r" + # ndskdmp tape respond "*" ":link kshack;good ram,.;ram ram\r" respond "*" ":link kshack;ddt bin,.;@ ddt\r"