bochsrc.txt

来自「我师兄自己写的操作系统」· 文本 代码 · 共 36 行

TXT
36
字号
###############################################################
# bochsrc.txt file for YANGIX disk image.
###############################################################

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

# filename of ROM images
romimage: file=../BIOS-bochs-latest, address=0xf0000
vgaromimage: ../VGABIOS-elpin-2.40

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

# choose the boot disk.
boot: a

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

# disable the mouse, since YANGIX is text only
mouse: enabled=1

# enable key mapping, using US layout as default.
#
# NOTE: In Bochs 1.4, keyboard mapping is only 100% implemented on X windows.
# However, the key mapping tables are used in the paste function, so 
# in the YAGNIX example I'm enabling keyboard_mapping so that paste 
# will work.  Cut&Paste is currently implemented on win32 and X windows only.

keyboard_mapping: enabled=1, map=../keymaps/x11-pc-us.map
#keyboard_mapping: enabled=1, map=../keymaps/x11-pc-fr.map
#keyboard_mapping: enabled=1, map=../keymaps/x11-pc-de.map
#keyboard_mapping: enabled=1, map=../keymaps/x11-pc-es.map

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?