<div dir="ltr">Thanks!  That's the boost I needed. It didn't help that I am running SIMH 4.0 but was using the SIMH 3.20 manual.  DOH!<div><br></div><div>I can now boot the kernel, do the initial configuration and I'm working on generating scripts inside the UNIX system using SEND and friends.</div><div>If I can get to the point where TELNET is live, it might be easier to script on the local host, then execute the commands down the telnet channel.</div><div><br></div><div>I'm working on automating the entire process for getting from a cold boot to a new built kernel, etc. I'm following the directions at</div><div><a href="http://gunkies.org/wiki/Installing_Unix_v6_(PDP-11)_on_SIMH">http://gunkies.org/wiki/Installing_Unix_v6_(PDP-11)_on_SIMH</a><br></div><div><br></div><div>Thanks again!</div><div><br></div><div>(I will be going through my garage in the next few weeks. I think I still have some original manuals left over from when I worked at DEC and Honeywell in the late 70s and early 80s.  A lot of it was binned in the 37(?) years since I was there, but there may be some processor manuals for PDP-11, VAX and DPS8/Multics)</div><div><br></div><div>--tep</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Sep 21, 2019 at 5:24 PM Mark Pizzolato <<a href="mailto:Mark@infocomm.com">Mark@infocomm.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Saturday, September 21, 2019 at 4:03 PM, Tom Perrine wrote:<br>
> So far I've got Multics, V7 and BSD4 running on SIMH in Google Cloud <br>
> Platform (GCP). I'm packaging some of these up into more turnkey images <br>
> and scripts so that more people can easily play with these Grand Olde <br>
> Operating Systemes.<br>
><br>
> My end goal is a script that can be run on your local computer that <br>
> creates the cloud instance, installs and upgrades the OS, compiles <br>
> SIMH for the target HW, and boots the guest OS, all without any <br>
> needed input. I've got everything EXCEPT how to kick the OS boot in <br>
> the OS bootloader(s).<br>
><br>
> My problem is that I probably haven't spent enough time with the docs <br>
> to figure out how to feed scripts "past" SIMH and into the bootloaders.<br>
><br>
> I'd also love to be able to inject commands into the SIMH process <br>
> through the API, but that's a different story.<br>
><br>
> For example, the PDP-11 V6 boot looks like this:<br>
><br>
> test-pdp11:~$ !80simh-master/BIN/pdp11 dboot.ini<br>
> PDP-11 simulator V4.0-0 Current        git commit id: d40268d1<br>
> Disabling XQ@<br>
><br>
> Now how do I get scripted input into the simulator so that I can give the <br>
> bootloader the "unix" filename at the @ prompt?  I have the same problem <br>
> with the Multics bootloader, too.<br>
<br>
Put the following command in your dboot.ini file just before you start <br>
instruction execution with a BOOT, RUN, GO or other similar command:<br>
<br>
        EXPECT "@" SEND "unix\r"; CONTINUE<br>
<br>
If the prompt is really "@ ", then adjust accordingly.<br>
<br>
See HELP EXPECT and/or HELP SEND for more details.<br>
<br>
- Mark<br>
</blockquote></div>