###############################################################
# 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=a.img, status=inserted
# choose the boot disk.
boot: a
# 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.mapbochs 在fedora下的配置文件
最新推荐文章于 2021-05-28 19:40:13 发布
本文介绍了一个Bochs模拟器的配置文件示例,详细说明了如何设置内存大小、BIOS和VGA BIOS映像文件路径、使用的磁盘映像文件等关键参数。此外还展示了如何选择启动磁盘、配置日志输出、禁用鼠标及启用键盘映射等功能。
1434

被折叠的 条评论
为什么被折叠?



