Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
# how much memory the emulated machine will have
# if you have less than 64MB of memory in your actuall computer, set this lower(16 is good)
megs: 32
# filename of ROM images
# note that if before a filename we put "../" then the file is looked
# for in the directory above that the current directory(the one the configuration
# file is in).
romimage: file=BIOS-bochs-latest, address=0xf0000
vgaromimage: VGABIOS-elpin-2.40
# we want a floppy drive(called a), the disk image that we are using is called "floppy.img"
floppya: 1_44=floppy.img, status=inserted
# choose the boot disk.
boot: a
# where do we send log/error messages?
log: bochsout.txt
# disable the mouse unless your OS uses it
mouse: enabled=0