Carregar Linux bzImage no QEMU?

Respostas:

15

Da ajuda do 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

Um teste rápido aqui usando o kernel / initrd ( qemu -kernel /boot/vmlinuz-linux -initrd /boot/initramfs-linux.img) do Arch funcionou (me colocou em um shell de recuperação, pois eu não forneci um dispositivo raiz).

Renan
fonte
eu poderia apenas fazer qemu -kernel linux / arch / x86 / boot / bzimage?
precisa saber é o seguinte
@ Coder404 Acho que sim.
Renan
Ok obrigado! Vou tentar e informar os resultados!
precisa saber é o seguinte