Re: installing openbsd/vax on simh-vax
YASUOKA Masahiko <[email protected]> Wed, 10 Oct 2012 01:27:39 +0900 (JST)
| Newsgroups | gmane.os.openbsd.vax |
|---|---|
| Message-ID | <[email protected]> |
Hi, With your VAX.INI, OpenBSD/vax on my environment booted successfully. Thanks, On Sat, 06 Oct 2012 14:42:53 -0400 Darren Clark <[email protected]> wrote: > Hello Yasuoka, > I have downloaded SimH 3.9 and created a new virtual VAX with OpenBSD > 5.1. It seems to work fine here (Windows XP enviroment). After > creating a new install, I rebooted it several times. Here is my > VAX.INI file for you to look at. > > ------------------------------------------------------------------------------------------------- > load -r ka655x.bin > > att nvr nvram.bin > > set CPU 512M > set CPU CONHALT > set ROM NODELAY > set CPU NOIDLE > > ; Device LPT Printer Port > set LPT enable > > ; Device RXV21/RX02 Floppy drive > set RY disable > > ; Device DHQ11 Terminal Multiplexor (VH) > set VH disable > > ; Device UQSSP Tape Controller 0 > set TQ disable > > ; Device TSV11/TSV05 Tape Controller > set TS disable > > ; Device RLV12 Controller 0 > set RL disable > > ; Device Serial Adapter 16 Lines > set DZ disable > > ; Device UQSSP Disk Controller 1 > set RQB disable > > ; Device UQSSP Disk Controller 2 > set RQC disable > > ; Device UQSSP Disk Controller 3 > set RQD disable > > ; Setup Main Disk > ; Devices................................................................... > set rq0 ra92 > > ;set rq1 disable > ;set rq1 ra92 > set rq1 cdrom > > set rq2 disable > ;set rq2 ra92 > ;set rq2 cdrom > > set rq3 disable > ;set rq3 ra92 > ;set rq3 cdrom > > att rq0 OpenBSD_5.1_Vax.dsk > att -r rq1 OpenBSD_5.1_Vax.iso > ;att -r rq1 OpenVMS_VAX_7.3.iso > > > att xq eth0 > set xq mac=08-10-2B-0A-23-FC > > boot cpu > ------------------------------------------------------------------------------------------------- > > > On 10.06.2012 12:16 PM, YASUOKA Masahiko wrote: >> Hello, >> >> On Sat, 06 Oct 2012 09:48:45 -0400 >> Darren Clark<[email protected]> wrote: >>> Can you please post your VAX.INI file for SimH. >> yes, >> >> % cat /source/yasuoka/emul/openbsd.simh >> set cpu 64m >> at nvr openbsd.nvram >> >> deposit rq qtime 1000000 >> >> set rq0 ra92 >> at rq0 openbsd.ra0.disk >> >> set rq1 cdrom >> at rq1 install51.iso >> >> set rq2 cdrom >> at rq2 floppy51.fs >> >> at xq0 msk0 >> >> boot cpu >> exit >> % >> >> Thanks, >> >> --yasuoka