⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bochsrc.txt

📁 我师兄自己写的操作系统
💻 TXT
字号:
###############################################################
# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -