############################################################### # bochsrc.txt file for Windows 98se on Mac OS X, Bochs 2.0.2 ############################################################### # Amount of memory for emulated machine. Windows 98 prefers at least 64 MB. megs: 64 # filename of ROM images (don't touch) romimage: file=$BXSHARE/BIOS-bochs-latest, address=0xf0000 vgaromimage: $BXSHARE/VGABIOS-elpin-2.40 # what disk images will be used floppya: 1_44=win98boot.dmg, status=inserted # ATA devices ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14 ata1: enabled=1, ioaddr1=0x170, ioaddr2=0x370, irq=15 # master disk ata0-master: type=disk, path="win98.img", cylinders=1300, heads=16, spt=63 # cdrom ata1-slave: type=cdrom, path="win98cd.dmg", status=inserted # choose the boot disk (set to floppy for install, set to disk otherwise) boot: floppy # Set the GUI display display_library: carbon # where do we send log messages? log: bochsout.txt # enable the mouse for Windows mouse: enabled=1 # enable key mapping, using US layout as default. keyboard_mapping: enabled=1, map=$BXSHARE/keymaps/x11-pc-us.map # how to dealt with a panic situation (choices: ask, report, ignore) # panic: action=ignore