48 lines
No EOL
1.6 KiB
Text
Executable file
48 lines
No EOL
1.6 KiB
Text
Executable file
###############################################################
|
|
# bochsrc.txt file for DLX Linux disk image.
|
|
###############################################################
|
|
|
|
# how much memory the emulated machine will have
|
|
megs: 32
|
|
|
|
# filename of ROM images
|
|
romimage: file=BIOS-bochs-latest
|
|
vgaromimage: file=VGABIOS-lgpl-latest
|
|
|
|
# what disk images will be used
|
|
floppya: 1_44=dev_kernel_grub.img, status=inserted
|
|
#floppyb: 1_44=floppyb.img, status=inserted
|
|
|
|
# hard disk
|
|
#ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
|
|
#ata0-master: type=disk, path="c.img", cylinders=306, heads=4, spt=17
|
|
# choose the boot disk.
|
|
boot: floppy
|
|
|
|
# default config interface is textconfig.
|
|
#config_interface: textconfig
|
|
#config_interface: wx
|
|
|
|
#display_library: x
|
|
# other choices: win32 sdl wx carbon amigaos beos macintosh nogui rfb term svga
|
|
|
|
# where do we send log messages?
|
|
log: bochsout.txt
|
|
|
|
# disable the mouse
|
|
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=$BXSHARE/keymaps/x11-pc-us.map
|
|
#keyboard_mapping: enabled=1, map=$BXSHARE/keymaps/x11-pc-fr.map
|
|
#keyboard_mapping: enabled=1, map=$BXSHARE/keymaps/x11-pc-de.map
|
|
#keyboard_mapping: enabled=1, map=$BXSHARE/keymaps/x11-pc-es.map
|
|
|
|
|
|
clock: sync=realtime, time0=946681200 # Sat Jan 1 00:00:00 2000 |