<div dir="ltr"><div><div>I get the gist of what has to be done, problem is, now I can't find a 
copy of VMS 3.6 or any version of 3 for that matter online.  Wilm, you 
wouldn't happen to have a vanilla disk image with 1.5 already on it that
 I could play with, would you?  Or even better an image of v3.6 so I have the learning experience.  Sorry to be such a bother.<br><br></div>Thanks<br><br></div>Ray<br> </div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 17, 2017 at 4:42 PM, Wilm Boerhout <span dir="ltr"><<a href="mailto:wboerhout@gmail.com" target="_blank">wboerhout@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
John Forecast schreef op 17-10-2017 om 22:27:<br>
<br>
[Snip]<span class=""><br>
<br>
I don’t think you’ll be able to get early versions of VMS running on SIMH. A lot (almost all?) of the utilities run in PDP-11 compatibility mode which, as far as I can see, is not supported by the 11/780 emulator.<br>
<br></span>
[Snip]<br>
<br>
I beg to differ. I have been running V1.5 on a simh VAX 11/780 ever since the 780 appeared on simh.<br>
<br>
As the OP said, you need DSC2 to restore the V1.5 distro .tap file to a Files-11 disk. DSC2 may be found on the original V3.0 distro for VMS, that is a regular backup save set. So it is a staged process:<br>
<br>
 * boot any VMS system with VMS backup to restore the V3.0 tape to a<br>
   disk and boot from this<br>
 * use DSC2 (in RSX-11 compatibility mode) on the V3.0 system to<br>
   restore the VMS 1.5 tape to a Files-11 disk.<br>
 * boot V1.5 !!!<br>
<br>
See also my blog on <a href="https://vxcompany.com/2016/02/13/a-working-vax-11780-revisited/" rel="noreferrer" target="_blank">https://vxcompany.com/2016/02/<wbr>13/a-working-vax-11780-revisit<wbr>ed/</a><br>
<br>
<br>
/Wilm<br>
<br>
Below is my config file for a simh configuration that will boot V1.5, V3.6 and V7.3<br>
<br>
Use the now commented TU devices for loading the various tapes. And remember, the joy is in the journey!<br>
<br>
<br>
<br>
; VAX-11/780 emulator settings<br>
set cpu 32M, conhalt, idle=VMS<br>
set uba autoconfig<br>
<br>
echo    ----------------------------<br>
echo           VAX-11/780 32MB<br>
echo            Big Brother<br>
echo    ----------------------------<br>
echo<br>
<br>
; unused devices:<br>
set rl disable<br>
set hk disable<br>
set ts disable<br>
set lpt disable<br>
set rp disable<br>
set ry disable<br>
<br>
set xu enable<br>
<br>
; DZ11 listen on port 10000 for dz0-7<br>
set dz lines=8<br>
attach dz 10000<br>
<br>
; DUA disk ctrl<br>
set rq0 autosize<br>
set rq1 autosize<br>
set rq2 autosize<br>
set rq3 autosize<br>
<br>
att -e rq0 /vdisk/VMSV73clus.vdisk<br>
att -e rq1 /vdisk/VXTOOLS.vdisk<br>
att -e rq2 /vdisk/Hobbyist.vdisk<br>
att -e rq3 /vdisk/SABKUP.vdisk<br>
<br>
; DUB disk ctrl<br>
set rqb enable<br>
set rqb0 disable<br>
set rqb1 autosize<br>
set rqb2 disable<br>
set rqb3 autosize<br>
<br>
att rqb1 /vdisk/VMSV15.vdisk<br>
att rqb3 /vdisk/VMSV30.vdisk<br>
<br>
; MUA tape ctrl<br>
set tq TU81<br>
set tq0 capacity=0<br>
set tq1 disable<br>
set tq2 disable<br>
set tq3 disable<br>
<br>
att tq0 /mnt/nas/pi/PIVAX3.vtape<br>
<br>
; MBA tape ctrl<br>
set tu disable<br>
;set tu  TE16<br>
;set tu0 disable<br>
;set tu1 locked capacity=16<br>
;set tu2 disable<br>
;set tu3 locked capacity=16<br>
;set tu4 disable<br>
;set tu5 disable<br>
;set tu6 disable<br>
;set tu7 disable<br>
<br>
;att -e tu1 /vtape/VMS1.5-BB-D782B-BE.tap<br>
;att -e tu3 /vtape/VMS3.0-BB-D782E-BE.tap<br>
<br>
; card rdr for file xfer<br>
set cr enable<br>
set cr autoeof<br>
att -a cr /mnt/nas/xfer.txt<br>
set cr translation=029<br>
<br>
; Ethernet<br>
set xu mac=08:00:2B:19:02:54 type=DELUA<br>
att xu tap:tap0<br>
<br>
att todr /opt/simh-master/BIN/toy.clk<br>
<br>
; Boot<br>
;echo ------------------------------<wbr>-----------------<br>
;echo type b[oot] rq0 to start the VAX-11/780<br>
;echo ------------------------------<wbr>-----------------<br>
;echo<br>
<br>
boot rq0<div class="HOEnZb"><div class="h5"><br>
<br>
______________________________<wbr>_________________<br>
Simh mailing list<br>
<a href="mailto:Simh@trailing-edge.com" target="_blank">Simh@trailing-edge.com</a><br>
<a href="http://mailman.trailing-edge.com/mailman/listinfo/simh" rel="noreferrer" target="_blank">http://mailman.trailing-edge.c<wbr>om/mailman/listinfo/simh</a></div></div></blockquote></div><br></div>