###############################################################
# bochsrc.txt 
###############################################################

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

# filename of ROM images
romimage: file=..\BIOS-bochs-latest, address=0xf0000
vgaromimage: ..\VGABIOS-elpin-2.40

# what disk images will be used 
floppya: 1_44=Atomic5.bin, status=inserted        # floppya.img

# choose the boot disk.
boot: a

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

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

# enable key mapping, using US layout as default.
#
# NOTE: In Bochs 1.4, keyboard mapping is only 100% implemented on X windows.
# However, the key mapping tables are used in the paste function, so 
# in the DLX Linux example I'm enabling keyboard_mapping so that paste 
# will work.  Cut&Paste is currently implemented on win32 and X windows only.

keyboard_mapping: enabled=1, map=../keymaps/x11-pc-us.map
#keyboard_mapping: enabled=1, map=../keymaps/x11-pc-fr.map
#keyboard_mapping: enabled=1, map=../keymaps/x11-pc-de.map
#keyboard_mapping: enabled=1, map=../keymaps/x11-pc-es.map
