bochsrc.txt
来自「Minix2.03的内核IMG文件和在BOCHS下的配置文件。」· 文本 代码 · 共 53 行
TXT
53 行
# Bochs resource file for use with ECS 150############################################################################# ## You are recommended not to modify this file unless you know what you ## are doing ## ############################################################################## This line specifies where to look for the boot ROM BIOSromimage: file=$BXSHARE/BIOS-bochs-latest, address=0xf0000# This specifies how much the emulated machine will havemegs: 64# This specifies where the VGA ROM BIOS is atvgaromimage: $BXSHARE/VGABIOS-elpin-2.40# Specifies where to log the outputlog: bochsout.txt# Bochs behaviour on reporting errors and exceptionspanic: action=askerror: action=reportinfo: action=reportdebug: action=ignore# Emulated Instructions Per Second. 1 Million is approximately a Pentium II running at 400Mhzips: 1000000# --- Floppy Settings ---# floppya is the first floppy drive in Bochs, floppy is the second one# This line will use the floppy drive on the machine to be first floppy drive in Bochsfloppya: 1_44=/dev/fd0, status=inserted# This line specifies to use an floppy image file to be the second floppy drive in Bochsfloppyb: 1_44="floppy.img", status=inserted# --- Hard Disk Seetings ---# The line specifies where the hard disk(s) areata0-master: type=disk, path=minix203.img, cylinders=940, heads=6, spt=17, translation=none# --- Boot Settings ---# Defines the boot drive. Valid options are "floppy" and "disk" (without quotes)boot: disk# --- Mouse Settings ---# Mouse emulation. Change enabled=0 to enabled=1 to enable mouse emulation in Bochs# (Not really recommended when you are running minix anyways)mouse: enabled=0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?