-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bochsrc
63 lines (53 loc) · 2.17 KB
/
.bochsrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# =============================================================================
# You have to compile the Bochs manually so that this simulator works normally.
# =============================================================================
config_interface: textconfig
#display_library: x
display_library: x, options=cmdmode
#display_library: x, options=gui_debug
plugin_ctrl: unmapped=1, biosdev=1, speaker=1, extfpuirq=1, parallel=1, serial=1, iodebug=1
floppy_bootsig_check: disabled=0
floppya: image="build/bootloader.img", status=inserted
ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
#ata0-master: type=disk, path="bootloader.img", mode=flat, cylinders=20, heads=16, spt=63
ata0-master: type=none
ata0-slave: type=none
ata1: enabled=1, ioaddr1=0x170, ioaddr2=0x370, irq=15
ata1-master: type=none
ata1-slave: type=none
ata2: enabled=0
ata3: enabled=0
boot: floppy
#boot: a
#boot: disk
cpu: count=1:1:1, ips=4000000, quantum=16, model=corei7_ivy_bridge_3770k, reset_on_triple_fault=1, cpuid_limit_winnt=0, ignore_bad_msrs=1, mwait_is_nop=0, msrs="msrs.def"
cpuid: x86_64=1,level=6, mmx=1, sep=1, simd=avx512, aes=1, movbe=1, xsave=1, apic=x2apic, sha=1, adx=1, xsaveopt=1, avx_f16c=1, avx_fma=1, bmi=bmi2, 1g_pages=1, pcid=1, fsgsbase=1, smep=1, smap=1, mwait=1, vmx=1
cpuid: family=6, model=0x1a, stepping=5, vendor_string="GenuineIntel", brand_string="Intel(R) Core(TM) i7-3770 CPU (Haswell)"
memory: guest=2048, host=2048
romimage: file="/usr/local/share/bochs/BIOS-bochs-latest"
vgaromimage: file="/usr/local/share/bochs/VGABIOS-lgpl-latest"
vga: extension=vbe, update_freq=5
private_colormap: enabled=0
keyboard: type=mf, serial_delay=250, paste_delay=100000, user_shortcut=none
mouse: type=ps2, enabled=0, toggle=ctrl+alt
speaker: enabled=1, mode=system
pci: enabled=1, chipset=i440fx
parport1: enabled=1, file=none
parport2: enabled=0
com1: enabled=1, mode=null
com2: enabled=0
com3: enabled=0
com4: enabled=0
print_timestamps: enabled=0
magic_break: enabled=0
port_e9_hack: enabled=0
clock: sync=none, time0=local, rtc_sync=0
debug: action=ignore
info: action=report
error: action=report
panic: action=ask
#debugger_log: debugout.log
debugger_log: -
#log: bochsout.log
log: -
megs: 2048