-
Notifications
You must be signed in to change notification settings - Fork 6
/
bochsrc
32 lines (24 loc) · 880 Bytes
/
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
megs: 512
# linux/Mac
romimage: file=/usr/local/share/bochs/BIOS-bochs-latest
vgaromimage: file=/usr/local/share/bochs/VGABIOS-lgpl-latest
vga: extension=vbe
# windows
# romimage: file="C:\Program Files\Bochs-2.6.11/BIOS-bochs-latest", address=0x00000000, options=none
# vgaromimage: file="C:\Program Files\Bochs-2.6.11/VGABIOS-lgpl-latest"
ata0-master: type=cdrom, path="mykernel.iso", status=inserted
#ata1-master: type=disk, path="c.img", mode=flat
ata1-slave: type=disk, path="e.img", mode=flat
boot: cdrom
log: bochsout.txt
mouse: enabled=0
magic_break: enabled=1
# for correct display on mac
# display_library: sdl2
# keyboard: enabled=1, map=/usr/share/bochs/keymaps/x11-pc-us.map
debug: action=ignore, pci=report
info: action=report
error: action=report
# panic: action=ask
clock: sync=realtime
# gdbstub: enabled=1 port=1234, text_base=0, data_base=0, bss_base=0