###############################################################
# bochsrc file for pragmalinux disk image.
#
# This file is provided both as .bochsrc and bochsrc so
# that it works on win32 and unix.
###############################################################

# how much memory the emulated machine will have
megs: 32

# filename of ROM images
romimage: file=/usr/local/bochs/1.1.2/BIOS-bochs-990925a, address=0xf0000
vgaromimage: /usr/local/bochs/1.1.2/VGABIOS-elpin-2.40

# what disk images will be used 
floppya: 1_44=floppya.img, status=inserted
floppyb: 1_44=floppyb.img, status=inserted
diskc: file=hd10meg.img, cyl=306, heads=4, spt=17
newharddrivesupport: enabled=1

# choose the boot disk.
boot: c

# where do we send log messages?
log: bochsout.txt

# disable the mouse, since this pragmalinux is text only
mouse: enabled=0
