[OpenBSD]

OpenBSD/vax on SIMH


It is very easy to install OpenBSD/vax on the SIMH VAX simulator. All you need is a reasonably fast machine, enough disk space for a 1.5GB disk image and the floppy36.fs from your CD-ROM set. Assuming you're going to run SIMH on an OpenBSD system, install the emulators/simh package from ports. Decide on an appropriate location for your OpenBSD/vax SIMH environment and at that location, create a file openbsd.simh with the following contents: This configures SIMH to simulate a VAX with a whopping 64 MB of memory, a RA92 1.5GB disk, a CD-ROM unit to hold CD1 of your CD-ROM set, another CD-ROM unit to boot from, and a DELQA Qbus Ethernet controller. You'll need to replace bge0 with the name of the network interface in your machine. You also might need to replace /dev/rcd0c with the name of the raw device corresponding to your real CD-ROM unit. See the SIMH documentation for more details.

Copy CD1:3.6/vax/floppy36.fs to the location of your OpenBSD/vax SIMH environment. Unmount CD1, but leave it in the CD-ROM unit. Now fire up SIMH. At the boot prompt you should type boot dua2:, after which SIMH should boot into the normal OpenBSD installation program:

After you've finished the installation, restart SIMH, but now type: to boot from your newly installed disk image. You'll need a little patience upon your first boot, since generating the SSH host keys can take quite a bit of time. But it will eventually boot through and present you with a friendly login prompt: When you are done installing any additional packages, you might want to remove the lines referring to your real CD-ROM unit and floppy36.fs from your openbsd.simh file.

Enjoy!


OpenBSD/vax
www@openbsd.org
$OpenBSD: vax-simh.html,v 1.1 2004/11/15 20:59:14 kettenis Exp $