码迷,mamicode.com
首页 > 其他好文 > 详细

bochs的bochsrc说明

时间:2018-11-30 21:17:20      阅读:598      评论:0      收藏:0      [点我收藏+]

标签:src   hat   ESS   har   opp   系统   file   nbsp   mapping   

#########################################
# 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说明

标签:src   hat   ESS   har   opp   系统   file   nbsp   mapping   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!