1 ###############################################################
\r
2 # bochsrc.txt file for DLX Linux disk image.
\r
3 ###############################################################
\r
5 # how much memory the emulated machine will have
\r
9 #gdbstub: enabled=1, port=1234, text_base=0, data_base=0, bss_base=0
\r
11 # filename of ROM images
\r
12 romimage: file=/usr/share/bochs/BIOS-bochs-latest
\r
13 vgaromimage: file=/usr/share/bochs/VGABIOS-lgpl-latest
\r
15 # what disk images will be used
\r
16 floppya: 1_44=./thunix.img, status=inserted
\r
17 #floppyb: 1_44=floppyb.img, status=inserted
\r
20 #ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
\r
21 #ata0-master: type=disk, path="/home/feng/Desktop/thunix/final.img", cylinders=306, heads=4, spt=17
\r
23 # choose the boot disk.
\r
26 # default config interface is textconfig.
\r
27 #config_interface: textconfig
\r
28 #config_interface: wx
\r
31 # other choices: win32 sdl wx carbon amigaos beos macintosh nogui rfb term svga
\r
33 # where do we send log messages?
\r
36 # disable the mouse, since DLX is text only
\r
39 # enable key mapping, using US layout as default.
\r
41 # NOTE: In Bochs 1.4, keyboard mapping is only 100% implemented on X windows.
\r
42 # However, the key mapping tables are used in the paste function, so
\r
43 # in the DLX Linux example I'm enabling keyboard_mapping so that paste
\r
44 # will work. Cut&Paste is currently implemented on win32 and X windows only.
\r
46 #keyboard_mapping: enabled=1, map=/usr/local/share/bochs/keymaps/x11-pc-us.map
\r
47 #keyboard_mapping: enabled=1, map=$BXSHARE/keymaps/x11-pc-fr.map
\r
48 #keyboard_mapping: enabled=1, map=$BXSHARE/keymaps/x11-pc-de.map
\r
49 #keyboard_mapping: enabled=1, map=$BXSHARE/keymaps/x11-pc-es.map
\r