###############################################################
# Configuration file for Bochs
###############################################################
# how much memory the emulated machine will have
megs: 32
# filename of ROM images
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=/root/bootroot-0.11, status=inserted
#floppya: 1_44=bootimage-0.11-20040305, status=inserted
#floppyb: 1_44=rootimage-0.11-20040305, status=inserted
floppya: 1_44=linux/Image, status=inserted
floppyb: 1_44=rootimage-0.11-20040305, status=inserted
# choose the boot disk.
boot: a
# cpu: count=1, ips=50000000
# where do we send log messages?
log: bochsout.txt
# disable the mouse
mouse: enabled=0
# enable key mapping, using US layout as default.
keyboard_mapping: enabled=1, map=/usr/local/share/bochs/keymaps/x11-pc-us.map
#enabled debug using xchg bx, bx
#magic_break:enabled=1
阅读(3672) | 评论(0) | 转发(8) |