.bochsrc
来自「GEEKOS是一个免费的操作系统内核」· BOCHSRC 代码 · 共 29 行
BOCHSRC
29 行
# An example .bochsrc file.# You will need to edit these lines to reflect your system.vgaromimage: /export/home/daveho/linux/bochs-2.0.2/share/bochs/VGABIOS-lgpl-latestromimage: file=/export/home/daveho/linux/bochs-2.0.2/share/bochs/BIOS-bochs-latest, address=0xf0000megs: 8boot: adiskc: file=diskc.img, cyl=40, heads=8, spt=64floppya: 1_44=fd.img, status=inserted#floppya: 1_44=fd_aug.img, status=insertedlog: ./bochs.outkeyboard_serial_delay: 200floppy_command_delay: 500vga_update_interval: 300000ips: 1000000mouse: enabled=0private_colormap: enabled=0i440fxsupport: enabled=0newharddrivesupport: enabled=1# Uncomment this to write all bochs debugging messages to# bochs.out. This produces a lot of output, but can be very# useful for debugging the kernel.#debug: action=report
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?