-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbochsrc
34 lines (30 loc) · 1.03 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
# You may need to add and change the following paths to insure
# that the right BIOS images are being loaded.
#romimage: file=./bochs/BIOS-bochs-latest
#vgaromimage: file=./bochs/VGABIOS-elpin-2.40
megs: 4
floppya: 1_44=boot/zImage, status=inserted
boot: a
log: bochsout.txt
#one of the two clock lines needs to be enabled if the clock time is to match wall clock time.
#clock: sync=realtime
clock: sync=slowdown, time0=local
panic: action=fatal
error: action=report
info: action=report
debug: action=ignore
#---vga_update_interval: 300000
keyboard: serial_delay=250
#floppy_command_delay: 500
#ips: 1000000
mouse: enabled=0
private_colormap: enabled=0
# Depending upon how things are setup for the verison of Bochs being
# run, bochs may want a sound card to start. If it doesn't find
# one then it exits. The following line unloads sound if it
# Bochs was compled with support for it.
plugin_ctrl: speaker=0
# If the above doesn't work then try uncommenting the line below
#sound: driver=dummy
# save output to log
port_e9_hack: enabled=1