-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.bochsrc
More file actions
23 lines (17 loc) · 735 Bytes
/
.bochsrc
File metadata and controls
23 lines (17 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
megs: 128
romimage: file=/usr/share/bochs/BIOS-bochs-latest
vgaromimage: file=/usr/share/bochs/VGABIOS-lgpl-latest
#floppya: 1_44="floppy.img", status=inserted
# The following are used to test the ATA driver...
ata0-master: type=disk, path="no-name-linux.img", mode=flat, cylinders=16384, heads=1, spt=63
# ata0-slave: type=cdrom, path="-", status=inserted
# ata1: enabled=0, ioaddr1=0x170, ioaddr2=0x370, irq=15
boot: disk
cpu: count=2, model=core2_penryn_t9600
mouse: enabled=0
#log: bochs.log
#debug: action=report
#magic_break: enabled=1
clock: sync=none, time0=utc,IPS=5000000
# http://bochs.sourceforge.net/doc/docbook/user/bochsrc.html#BOCHSOPT-GDBSTUB
#gdbstub: enabled=1, port=1234, text_base=0, data_base=0, bss_base=0