<div dir="ltr"><div><div><div>I got a console RL02 image from Quasijarus - the only one I could find easily - but I'm not sure what I'm supposed to do with it.  All I get is this:<br><br>--<br>sim> boot cs /r5:8<br>
Loading boot code from vmb.exe<br><br><br><br>Please remove the volume "" from the console device.<br><br>Insert the first standalone system volume and enter "YES" when ready: <br>--<br><br></div>But that's neither here nor there at this point.  The 8600 doesn't seem to be able to run any standalone utilities - they all print one character to the console and then stop.  For example, "copy" and "format":<br>
<br>sim> load -o copy 0<br>sim> run 2<br>F<br><br>sim> load -o format 0<br>sim> run 2<br>D<br><br></div>While on any other vax simulator, I get:<br><br>sim> load -o copy 0<br>sim> run 2<br>From: <br><br>
sim> load -o format 0<br>sim> run 2<br>Disk format/check utility<br>                         <br>Enable debugging (0=none, 1=bse, 2=ecc, 3=bse+ecc)? <br><br><br></div>I haven't done any real testing of the qbus vax sims, I just verified that they could load and run standalone utilities.<br>
<br>-Henry<br><div><br><div><div><div><br></div></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 10 July 2014 19:08, Mark Pizzolato - Info Comm <span dir="ltr"><<a href="mailto:Mark@infocomm.com" target="_blank">Mark@infocomm.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Thursday, July 10, 2014 at 3:13 PM, Cory Smelosky wrote:<br>
> On Thu, 10 Jul 2014, Henry Bent wrote:<br>
><br>
> > Well, that at least did something different.<br>
> ><br>
> > sim> boot rq0 /r5:8<br>
> > Loading boot code from vmb.exe<br>
> > %BOOT-F-Unexpected Exceptio<br>
> ><br>
> > The 8600 simulator always seems to cut off the last character of its<br>
> > messages, I wonder if that's in any way related to the other console<br>
> > problems.<br>
> ><br>
><br>
> 780, 750, and 730 have the same issue...along with not actually booting from<br>
> the console RL, floppy, et al.<br>
<br>
</div>The last character output in a message just prior to executing a HALT instruction is not surprising since the simulator implements a delay (as a number of instructions executed) from when the data is put in the output register prior to generating the completion interrupt/status.  The halt instruction gets executed before the delay number of instructions have completed.  Even if that was 'fixed', nothing operational would change.  The reason the message has been generated will still exist.<br>

<br>
As for direct support for booting an OS from the console media, the 8600 supports BOOT CS /R5:xx to boot from the console RL02.  Other than that, VMB.EXE is actually performing the boot operation and I think that when I checked VMB didn't know how to boot from console floppies on a 780, but it can boot from the console TU58 on both the 730 and 750 (BOOT TD /R5:xx).<br>

<div class=""><br>
> > I tried the standalone boot on the other VAX sims (microvax 1, 2,<br>
> > 3900, and<br>
> > rtvax1000) and they are all able to load the booter and take console<br>
> > input (I didn't actually try booting).  This seems to point to there<br>
> > being a problem with the console on the 8600.  Any tips for where I<br>
> > should look to narrow down where the problem might be?<br>
<br>
</div>What media have you tested with on the other (qbus) VAX simulators?<br>
<span class="HOEnZb"><font color="#888888"><br>
- Mark<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
Simh mailing list<br>
<a href="mailto:Simh@trailing-edge.com">Simh@trailing-edge.com</a><br>
<a href="http://mailman.trailing-edge.com/mailman/listinfo/simh" target="_blank">http://mailman.trailing-edge.com/mailman/listinfo/simh</a><br>
</div></div></blockquote></div><br></div>