From 7ddc45a85e4f8fe8aa014e8c04c116e183d128ea Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Wed, 2 Nov 2016 10:40:16 +0100 Subject: [PATCH] Put MIDAS binary in SYSBIN. --- build/build.tcl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build/build.tcl b/build/build.tcl index 56c6c516..06d9ae0f 100644 --- a/build/build.tcl +++ b/build/build.tcl @@ -86,9 +86,10 @@ spawn pdp10 build/simh/boot respond "DSKDMP" "its\r" type "\033g" pdset -respond "*" ":midas midas;_midas\r" -respond ":KILL" ":job midas\r" -respond "*" ":load midas;midas bin\r" +respond "*" ":midas sysbin;_midas;midas\r" +expect ":KILL" +respond "*" ":job midas\r" +respond "*" ":load sysbin;midas bin\r" respond "*" "purify\033g" respond "CR to dump" "\r" respond "*" ":kill\r"