# Instructions for using Retro with Bochs:
#
#	(Things are up in the air right now)

# You must change these two:
# 	Change '/comp/bochs' to the name of your bochs directory
#	Change '990218a' to your bochs version.
#
romimage: file=/usr/local/lib/bochs/bios/BIOS-bochs-990925a, address=0xf0000
vgaromimage: /usr/local/lib/bochs/bios/VGABIOS-elpin-2.20

megs: 4
boot: a
floppya: 1_44=image, status=inserted
diskc: file=hdimage, cyl=16, heads=4, spt=17

# To create the disk image:
# dd if=/dev/zero of=hdimage bs=512 count=1088		(all empty space)
# dd if=image of=hdimage bs=557056 count=1 conv=sync	(w/ Retro image)
#	('make hdimage' does this)
# (16 * 4 * 17 = 1088 sectors)

#floppya: 1_44=dosimage, status=inserted
#floppya: 1_44=1.44M_dos62, status=inserted
#floppya: 1_44=1.44M_test, status=inserted

log: /dev/tty
#log: /dev/null
#log: ./bochs.out

keyboard_serial_delay: 200  #microseconds
floppy_command_delay:  500  #microseconds

vga_update_interval: 100000 #microseconds
ips:   750000

mouse: enabled=0
private_colormap: enabled=0
i440fxsupport: enabled=0
newharddrivesupport: enabled=1
#cmosimage: pathname
