首页 > 其他 > 详细

bochs的bochsrc说明

时间:2018-11-30 21:09:39      阅读:138      评论:0      收藏:0      [点我收藏+]

#########################################
# 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 路径要注意自己进入目录去验证是否正确





bochs的bochsrc说明

原文:https://www.cnblogs.com/linxi8693/p/10046449.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!