Quick How-To: Booting FreeVMS under Bochs
We assume Bochs is already installed. You can download an bootable Bochs disk image from here. Then uncompress it with "tar -jxvf disk1.tar.bz2" and modify Bochs' configuration (make the cd bootable) ~/.bochsrc: boot: disk ata0-master: type=disk, mode=flat, translation=auto, path="/freevms/freevms.dsk", cylinders=130, heads=16, spt=63, biosdetect=auto, model="Generic 1234". It should show you this boot prompt. More FreeVMS info here.
