How to make bochs boot from a:? It tries to read from it, but then quickly aborts "cannot read from boot disk".
Or can I make an image and load from the image?
Adrian
bochs from diskette
Re:bochs from diskette
For windows
Follow the tutorial here http://osdev.neopages.net/tutorials/bochs/bochs.php
Just put this in your bochsrc.txt to boot from the a drive.
You can make an image with rawrite, this is a link to a windows version, http://uranus.it.swin.edu.au/~jn/linux/rawwrite.htm
Just put this in your bochsrc.txt to boot from an image named disk.bin.
Unless I've misunderstood you?
Follow the tutorial here http://osdev.neopages.net/tutorials/bochs/bochs.php
Just put this in your bochsrc.txt to boot from the a drive.
Code: Select all
floppya: 1_44=a:
boot: a
Just put this in your bochsrc.txt to boot from an image named disk.bin.
Code: Select all
#floppya: 1_44=disk.bin, status=inserted
boot: a