[Simh] Another SIMH on Mac OS/X question

Mark Pizzolato mark at infocomm.com
Wed Nov 16 07:21:33 EST 2005


--- Dr Robert Young <rcyoung at aliconsultants.com> wrote:

> When I bring up SIMH, I get "non existent parameter"
> ...sometimes....
> 
> 
> VAX simulator V3.5-1
> NVR: buffering file in memory
> Non-existent parameter
> RQ: unit is read only
> Eth: opened en0
> 
> other times it does not show up.

you can get alignment of the above messages with the commands that
cause/inspire them if you invoke simh in verify mode:

       vax -v vax.ini

> 
> I also get a "lot" of tape drives showing.
> 
> UQSSP Tape Controller 0 (774500)
> -MUA0 (TK50)
> -MUA1 (TK50)
> -MUA2 (TK50)
> -MUA3 (TK50)
> 
> 
> Is this normal?

Just as you explicitly disable rl and ts you can disable these if you
care to.

> I included the vax,ini at the bottom of this posting in case part
> of the problem is another typo on my part that I simply am missing.
> 
> 
> 
> ;
> ; Load CPU microcode
> load -r /usr/local/vax/data/ka655.bin

Since you seem to want to use more than 64MB of RAM, you should be
loading the ka655x.bin rom image.  Using that image will probably fix
the:

?80 2 17 FF 00 0000

P1=00000100  P2=00000000  P3=FFFFFFFF  P4=00000088  P5=00000000
P6=00000000  P7=00000000  P8=03FC0000  P9=303FFE00 P10=00001FFF
r0=00000000  r1=20088000  r2=00000000  r3=30400000  r4=03FF4000
r5=00000000  r6=04000000  r7=30000000  r8=80000000 ERF=80000000

problem you are sometimes seeing.

> ;
> ; Attach non-volatile RAM to a file
> attach nvr /usr/local/vax/data/nvram.bin
> ;
> ; This virtual machine has 64M memory
> set cpu 196m
> ;
> ; Define disk drive types. RA92 is largest-supported VAX drive.
> set rq0 ra92
> set rq1 ra92
> set rq2 ra92
> set rq3 cdrom
> ;
> ; Attach defined drives to local files
> attach rq0 /usr/local/vax/data/d0.dsk
> attach rq1 /usr/local/vax/data/d1.dsk
> attach rq2 /usr/local/vax/data/d2.dsk
> ;
> ; Attach the CD-ROM to its file (read-only)
> attach -r rq3 /usr/local/vax/data/cdrom.dmg
> ;
> ; Disable unused devices. It's also possible to disable individual 
> 
> devices,
> ; using a construction like "set rq2 disable" if desired.
> ;
> set rl disable
> set ts disable
> ;
> ; Attach Ethernet to a network interface
> set xq mac=08-00-2B-AA-BB-CC
> attach xq eth0
> ;
> ; Now start the emulator
> boot cpu
> 




More information about the Simh mailing list