红联Linux门户
Linux帮助

bochs模拟运行linux0.11问题

发布时间:2008-10-07 00:54:15来源:红联作者:bindex
问题:
[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那个
文章评论

共有 1 条评论

  1. chenxj0706 于 2011-11-03 18:55:56发表:

    报道