Lines Matching +full:qemu +full:- +full:4 +full:- +full:build
4 (2) mkdir -p .../initrd/boot/defaults
6 (4) Copy kernel to .../initrd/boot/kernel
9 (7) find . | sort | cpio -o -H newc | gzip > /tmp/initrd.cpio
10 (8) download or build your linux kernel
11 (9) qemu-system-x86_64 -kernel ~/vmlinuz-5.19.0-051900-generic \
12 -initrd /tmp/initrd.cpio \
13 -m 256m -nographic \
14 -monitor telnet::4444,server,nowait -serial stdio \
15 -append "console=ttyS0"
28 For #8, see https://kernel.ubuntu.com/~kernel-ppa/mainline/ to download
33 qemu-system-aarch64 -m 1024 -cpu cortex-a57 -M virt \
34 -kernel ~/linuxboot/arm64/kernel/boot/vmlinuz-5.19.0-051900-generic \
35 -initrd ~/linuxboot/arm64/initrd.img -m 256m -nographic \
36 -monitor telnet::4444,server,nowait -serial stdio \
37 -append "console=ttyAMA0"
41 Add -g -G to have gdb stop and wait for the debugger. This is useful for