Implement sys_execve call
[thunix.git] / bochsrc.in
blob61d86a42ac0062f864c4c6ff250bf4b83663c5fb
1 ###############################################################\r
2 # bochsrc.txt file for DLX Linux disk image.\r
3 ###############################################################\r
4 \r
5 # how much memory the emulated machine will have\r
6 megs: 32\r
7 \r
8 #with GDB debug\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
19 # hard disk\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
24 boot: a\r
26 # default config interface is textconfig.\r
27 #config_interface: textconfig\r
28 #config_interface: wx\r
30 #display_library: x\r
31 # other choices: win32 sdl wx carbon amigaos beos macintosh nogui rfb term svga\r
33 # where do we send log messages?\r
34 log: bochsout.txt\r
36 # disable the mouse, since DLX is text only\r
37 mouse: enabled=0\r
39 # enable key mapping, using US layout as default.\r
40 #\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