Answers:
在qemu的帮助下:
Linux/Multiboot boot specific:
-kernel bzImage use 'bzImage' as kernel image
-append cmdline use 'cmdline' as kernel command line
-initrd file use 'file' as initial ram disk
-dtb file use 'file' as device tree image
使用Arch的kernel / initrd(qemu -kernel /boot/vmlinuz-linux -initrd /boot/initramfs-linux.img
)进行的快速测试有效(由于我没有提供根设备,因此将我放入了恢复外壳)。