root/Whitix/branches/ex/bochsrc.txt

Revision 626, 1.4 KB (checked in by mwhitworth, 4 years ago)

Add to build process, add readVNodeWithData field, remove debug statements.

Line 
1# configuration file generated by Bochs
2config_interface: textconfig
3display_library: x
4megs: 64
5romimage: file="/usr/share/bochs/BIOS-bochs-latest", address=0x00000
6vgaromimage: file="/usr/share/vgabios/vgabios.bin"
7boot: cdrom
8floppy_bootsig_check: disabled=0
9# no floppya
10# no floppyb
11ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
12ata0-master: type=cdrom, path="cd.iso", status=inserted, biosdetect=auto, model="Generic CDROM drive"
13ata0-slave: type=disk, path="disk.image", mode=flat
14ata1: enabled=1, ioaddr1=0x170, ioaddr2=0x370, irq=15
15ata2: enabled=0
16ata3: enabled=0
17parport1: enabled=1, file=""
18parport2: enabled=0
19com1: enabled=1, mode=null, dev=""
20com2: enabled=0
21com3: enabled=0
22com4: enabled=0
23usb1: enabled=0
24i440fxsupport: enabled=1
25vga_update_interval: 40000
26vga: extension=vbe
27cpu: count=1, ips=2000000, reset_on_triple_fault=1
28text_snapshot_check: enabled=0
29private_colormap: enabled=0
30clock: sync=none, time0=local
31# no cmosimage
32ne2k: enabled=1, ioaddr=0x800, irq=7, mac=DE:AD:BE:EF:00:01
33pnic: enabled=0
34sb16: enabled=0
35# no loader
36log: out.txt
37logprefix: %t%e%d
38debugger_log: debug.txt
39panic: action=ask
40error: action=report
41info: action=report
42debug: action=ignore
43pass: action=fatal
44keyboard_type: mf
45keyboard_serial_delay: 250
46keyboard_paste_delay: 100000
47keyboard_mapping: enabled=1, map=/usr/local/share/bochs/keymaps/x11-pc-uk.map
48user_shortcut: keys=none
49mouse: enabled=0, type=ps2
Note: See TracBrowser for help on using the browser.