Minix boot monitor 2.19
Press ESC to enter the monitor
Hit a key as follows:
= Start Minix
=
Loading Minix 2.0.4.
cs ds text data bss stack
000800 00c800 48608 8060 37616 0 kernel
100000 103c00 14672 1156 30384 1024 mm
10bc00 113000 29600 2400 107352 2048 fs
my bochsrc.bxrc like this:
megs: 256
romimage: file=$BXSHARE/BIOS-Bochs-latest, address=0xf0000
vgaromimage: $BXSHARE/VGABIOS-elpin-2.40
ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
ata0-master: type=disk, path="Minix-2.0.4-emptyHD.img",\
mode=flat, cylinders=81, heads=16, spt=63
floppya: 1_44=ROOT.MNX
floppyb: 1_44=USR.MNX
boot: floppy
log: Minix-2.0.4-prep.log
mouse: enabled=0
Thanks for your help
I wrote a Minix on Bochs How-to article, available at
http://minix1.woodhull.com/faq/bxmxhowto.html.
It was written in 2004, when the current version was Bochs 2.1.1.
I used Bochs on Windows 2000.
Bochs has been around for quite a while, and some versions worked
with Minix, some did not. Minix 2.0.0 was distributed with the
then-current Bochs version in 1997, but some later versions of Bochs
were problematic. I had good results with Bochs 2.1.1 but I have not
worked with newer versions.
- Al