-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbochsrc
27 lines (23 loc) · 962 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
###############################################################
# Configuration file for Bochs
###############################################################
# how much memory the emulated machine will have
megs: 32
# filename of ROM images
romimage: file=/usr/share/bochs/BIOS-bochs-latest
vgaromimage: file=/usr/share/bochs/VGABIOS-lgpl-latest
#romimage: file=/usr/local/share/bochs/BIOS-bochs-latest
#vgaromimage: file=/usr/local/share/bochs/VGABIOS-lgpl-latest
# what disk images will be used
floppya: 1_44=Image, status=inserted
floppyb: 1_44=rootfs/rootimage-0.11.img, status=inserted
ata0-master: type=disk, path="rootfs/hdc-0.11.img", mode=flat, cylinders=121, heads=16, spt=63
# choose the boot disk.
boot: a
# where do we send log messages?
# log: bochsout.txt
# disable the mouse
mouse: enabled=0
#cpu: count=1, ips=1000000
# enable key mapping, using US layout as default.
keyboard_mapping: enabled=1, map=/usr/share/bochs/keymaps/x11-pc-us.map