急,Ubuntu中运行Bochs时出问题,关于配置文件的

2025-04-13 09:24:14
推荐回答(1个)
回答1:

###############################################################
# Configuration file for Bochs
###############################################################

# how much memory the emulated machine will have
megs: 32

# filename of ROM images
romimage: file=/你bochs-2.4.6的路径/bios/BIOS-bochs-latest
vgaromimage: file=你bochs-2.4.6的路径/bios/VGABIOS-lgpl-latest

# what disk images will be used
floppya: 1_44=pm.img, status=inserted

# choose the boot disk.
boot: floppy

# 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=你bochs-2.4.6的路径/gui/keymaps/x11-pc-us.map

保存到 你bochs-2.4.6的路径 名字是 bochsrc

终端 输入 bochs -f bochsrc 以配置bochsrc启动