You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xv6-jos
当qemu的参数为-nographic,如: $ qemu -nographic -hda chunix.img 时,会报如下错误: Could not open option rom 'sgabios.bin': No such file or directory
解释: Serial Graphics Adapter BIOS or SGABIOS provides a means for legacy pc software to communicate with an attached serial console as if a vga card is attached.
解决办法: $ svn checkout http://sgabios.googlecode.com/svn/trunk/ sgabios-read-only $ cd sgabios-read-only && make 此时会生成sgabios.bin. 将之copy到/usr/share/qemu 或者 /usr/local/share/qemu 目录下即可