<div dir="ltr">On 22 September 2017 at 18:10, Dario Niedermann <span dir="ltr"><<a href="mailto:dario@darioniedermann.it" target="_blank">dario@darioniedermann.it</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello! I'm running "VAX 8600 simulator V4.0-0 Beta" (git commit id:<br>
c8a420ad) on a Linux/x86_64 host. I've installed 4.3BSD Quasijarus<br>
on an empty RA90-sized disk image, following the instructions at:<br>
<br>
        <<a href="http://www.tavi.co.uk/unixhistory/quasijarus.html" rel="noreferrer" target="_blank">http://www.tavi.co.uk/<wbr>unixhistory/quasijarus.html</a>><br>
<br>
But I could never get the VAX 8600 emulator to boot...<br></blockquote><div><br></div><div>I will admit to not being as familiar with Qasijarus as with some of the other distributions, but I hope I can be of some help here.  Is there a reason that you are specifically using the 8600 simulator?  Using the 3900 simulator will probably save a lot of headaches.<br></div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
>From TQ0, attached to the .tap file provided at the site, emulator says<br>
"Command not allowed" when I give 'boot tq0'. 'sho tq all' returns<br>
"Controller is not initialized", while 'sho tq' outputs:<br>
<br>
------------------------------<wbr>------------------------------<wbr>------<br>
TQ      TU81 (180MB), address=2013F940-2013F943, no vector, BR5, 4<br>
units<br>
  TQ0   attached to /home/ndr/lib/emu/quastape.<wbr>tap, read only,<br>
write locked, SIMH format<br>
        capacity=188MB<br>
------------------------------<wbr>------------------------------<wbr>------<br>
<br>
Is this due to the .tap file being (probably) made with the<br>
MicroVAX 3900 emulator?<br></blockquote><div><br></div><div>I believe that the TQ is not a bootable device on the 8600.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Issuing 'boot rq0', the emulator's output is:<br>
<br>
------------------------------<wbr>------------------------------<wbr>------<br>
Loading boot code from internal vmb.exe<br>
loading boot<br>
ra(0,0,0,34): bad adaptor number<br>
boot failed<br>
------------------------------<wbr>------------------------------<wbr>------<br>
<br>
Is it because I used the MicroVAX 3900 emulator to install BSD on the<br>
virtual ra0?<br>
<br></blockquote><div><br></div><div>Okay, wait, there's a lot going on here that I think we've missed.  You installed Quasijarus to an RA disk with the 3900 simulator and now you're trying to move that disk to an 8600?  Does the disk have appropriate boot blocks (raboot, bootra) and does the kernel support the 8600?</div><div><br></div><div>I have found that it is often easier - or even necessary - to load boot blocks externally when working with the simulators for the large hardware.  If you can get a copy of Quasijarus's /boot, you can have the simulator execute that file.  For regular 4.3BSD on an 8600, I would do something like:</div><div><br></div><div>load -o boot 0<br>run 2</div><div><br></div><div>which will then ask<br></div><div><br></div><div>Boot<br>: </div><div><br></div><div>and I can tell it ra(0,0)vmunix or whatever the appropriate kernel is.<br></div><div><br></div><div>-Henry<br></div></div></div></div>