QEMU에서 Linux bzImage를로드 하시겠습니까?


15

make menuconfig그런 다음 Linux를 make컴파일하여 가장 최신 버전의 Linux를 컴파일했습니다. QEMU에 커널을로드하려면 어떻게해야합니까?


여기에 단지가 작동하는 완전 자동화 된 QEMU + Buildroot 설정은 다음과 같습니다 github.com/cirosantilli/linux-kernel-module-cheat
치로 틸리新疆改造中心法轮功六四事件

답변:


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

@ Coder404 그렇게 생각합니다.
Renan

알았어 고마워! 시험해보고 결과를 알려 드리겠습니다!
Coder404

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.