首页 / 操作系统 / Linux / bochs模拟运行Linux0.11问题及解答
问题:[MEMO]ROM:System BIOS image undefined解决:给bochs正确配置一个*.bxrc问题:Event type: PANIC Device: [MEM0 ] Message: ROM: System BIOS must end at 0xfffff 原因: 在2.3.5以前的bochs使用的BIOS-bochs-latest是64k的,那个时候需要加上 romimage: file=BIOS-bochs-latest,address=0xf0000 在2.3.5中的BIOS-bochs-latest更新了,变成了128k的,这个时候配置需要改为 romimage: file=$BXSHARE/BIOS-bochs-latest 解决方法: 去掉配置文件中的address那个