bochs的bochsrc说明

#########################################
# 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/share/vgabios/vgabios.bin
#上面代码得路径为自身ubuntu系统的路径做的修改
# what disk images will be used
floppya: 1_44=a.img, status=inserted

# choose the boot disk
boot: floppy

# where do we send th log messages
log: bochsout.txt

# disable the mouse
mouse: enabled=0

#enable key mapping,using US layout as default
keyboard: keymap=/usr/local/share/bochs/keymaps/x11-pc-us.map
# keyboard_mapping已经被keyboard代替,同时属性enabled已经被取消
# 注意有些系统是 /usr/share 有些是 /usr/local/share 路径要注意自己进入目录去验证是否正确





posted @ 2018-11-30 20:57  linxi8693  阅读(392)  评论(0)    收藏  举报