<div dir="ltr"><div>Cool, thanks.<br><br></div><div>I figured out what's going on.  The standalone programs are running, they just aren't displaying any input or output after the first character is printed.  So if I do this:<br>
<br>--<br>sim> load -o boot 0<br>sim> run 2<br><br>--<br></div><div>and then blindly type "ra(0,0)vmunix", it boots!<br><br>--<br></div><div>Ultrix V2.2 System #2: Wed Nov 18 01:14:13 EST 1987<br>real mem  = 8388608                                <br>
avail mem = 6888448<br>using 34 buffers containing 278528 bytes of memory<br>VAX 8600, serial no. 1234, hardware level = 7     <br>IO adapter 0 at address 0x20080000 is an SBI adapter<br>uba0 at address 0x20006000                          <br>
uda0 at uba0              <br>uq0 at uda0 csr 172150 vec 774, ipl 15<br>ra0 at uq0 slave 0                    <br>de0 at uba0 csr 174510 vec 120, ipl 15<br>mba0 at address 0x20012000            <br>ht0 at mba0 drive 0       <br>
tu0 at ht0 slave 0 <br>boot device not found<br>root device?         <br>--<br><br></div><div>And I can then interact with the console, characters are displayed normally, etc.<br><br>-Henry<br></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On 12 July 2014 19:33, 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 5:23 PM, Mark Pizzolato wrote:<br>
> On Jul 10, 2014 2:02 PM, Johnny Billquist <<a href="mailto:bqt@softjar.se">bqt@softjar.se</a>> wrote:<br>
> ><br>
> > On 2014-07-11 01:08, Mark Pizzolato - Info Comm wrote:<br>
> > > 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>
> > The last character output in a message just prior to executing a HALT<br>
> > instruction is not surprising since the simulator implements a delay<br>
> > (as a number of instructions executed) from when the data is put in<br>
> > the output register prior to generating the completion interrupt/status.<br>
> >  The halt instruction gets executed before the delay number of<br>
> > instructions have completed.  Even if that was 'fixed', nothing<br>
> > operational would change.  The reason the message has been<br>
> > generated will still exist.<br>
<br>
</div>The latest github code will no longer drop the last character output just prior to executing a HALT instruction which returns to the "sim> " prompt.<br>
<br>
Like I said above, nothing else changes though.<br>
<div class=""><br>
- Mark<br>
_______________________________________________<br>
Simh mailing list<br>
<a href="mailto:Simh@trailing-edge.com">Simh@trailing-edge.com</a><br>
</div><a href="http://mailman.trailing-edge.com/mailman/listinfo/simh" target="_blank">http://mailman.trailing-edge.com/mailman/listinfo/simh</a></blockquote></div><br></div>