Created
April 22, 2016 18:01
-
-
Save extremecoders-re/d2de90fc8bf0d1140a0315347bc22f06 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# configuration file generated by Bochs | |
plugin_ctrl: unmapped=1, biosdev=1, speaker=1, extfpuirq=1, parallel=1, serial=1, gameport=1 | |
config_interface: win32config | |
display_library: win32 | |
memory: host=32, guest=32 | |
romimage: file="C:\Program Files\Bochs-2.6/BIOS-bochs-latest" | |
vgaromimage: file="C:\Program Files\Bochs-2.6/VGABIOS-lgpl-latest" | |
boot: disk | |
floppy_bootsig_check: disabled=0 | |
# no floppya | |
# no floppyb | |
ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14 | |
ata0-master: type=disk, mode=flat, translation=auto, path="c.img", cylinders=20, heads=16, spt=63, biosdetect=auto, model="Generic 1234" | |
ata1: enabled=1, ioaddr1=0x170, ioaddr2=0x370, irq=15 | |
ata2: enabled=0 | |
ata3: enabled=0 | |
pci: enabled=1, chipset=i440fx | |
vga: extension=vbe, update_freq=5 | |
cpu: count=1, ips=4000000, model=bx_generic, reset_on_triple_fault=1, cpuid_limit_winnt=0, ignore_bad_msrs=1, mwait_is_nop=0 | |
cpuid: family=6, model=0x03, stepping=3, mmx=1, apic=xapic, sse=sse2, sse4a=0, sep=1, aes=0, xsave=0, xsaveopt=0, movbe=0, adx=0, smep=0, x86_64=1, 1g_pages=0, pcid=0, fsgsbase=0, mwait=1 | |
cpuid: vendor_string="GenuineIntel" | |
cpuid: brand_string=" Intel(R) Pentium(R) 4 CPU " | |
print_timestamps: enabled=0 | |
port_e9_hack: enabled=0 | |
private_colormap: enabled=0 | |
clock: sync=none, time0=local, rtc_sync=0 | |
# no cmosimage | |
# no loader | |
log: - | |
logprefix: %t%e%d | |
panic: action=ask | |
error: action=report | |
info: action=report | |
debug: action=ignore | |
keyboard: type=mf, serial_delay=250, paste_delay=100000, keymap= | |
user_shortcut: keys=none | |
mouse: enabled=0, type=ps2, toggle=ctrl+mbutton | |
parport1: enabled=1, file="" | |
parport2: enabled=0 | |
com1: enabled=1, mode=null, dev="" | |
com2: enabled=0 | |
com3: enabled=0 | |
com4: enabled=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment