qemu-system-riscv64 的选项
镜像相关 // https://qemu.readthedocs.io/en/latest/system/target-riscv.html-bios none
不运行 bios(bin/../share/qemu/opensbi-riscv64-generic-fw_dynamic.bin)
QEMU will not automatically load any firmware.
It is up to the user to load all the images they need.// 怎么加载?应该不是通过 -kernel 加载了-bios xxx
以 xxx 为 bios,加载 bios , 加载完bios 就完了
xxx 必须为 二进制文件
Tells QEMU to load the specified file as the firmware.
没有 -bios
-kernel xxx
运行 bios(bin/../share/qemu/opensbi-riscv64-generic-fw_dynamic.bin), bios ,加载 xxx
界面相关
-nographic
直接命令行显示
虚拟开发板相关
-machine xxx
-M xxx
以 xxx 为开发板
虚拟cpu相关
-smp 44核心soc