【发布时间】:2017-03-17 19:56:20
【问题描述】:
我有一个自定义的引导加载程序,我有引导加载程序的入口点,如何将这个地址指定给 qemu?
当我尝试使用这行 qemu-system-mips -pflash img_ 加载图像时,我也有这个警告:
WARNING: Image format was not specified for 'img_' and probing guessed raw.
Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
Specify the 'raw' format explicitly to remove the restrictions.
我试过-pflash=img_,format=raw,但没用。
谢谢。
【问题讨论】:
标签: qemu