在QEMU中加载Linux bzImage?


Answers:


15

在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)进行的快速测试有效(由于我没有提供根设备,因此将我放入了恢复外壳)。


我可以做qemu -kernel linux / arch / x86 / boot / bzimage吗?
Coder404 2012年

@ Coder404我认为是的。
雷南2012年

好,谢谢!我会尝试的,让您知道结果!
Coder404 2012年

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.