# paste.sh -rw-r--r-- 289 bytes View raw
                                                                                
1
2
3
4
5
6
7
8
qemu-system-aarch64 -m 1G -no-reboot -no-shutdown -machine virt \
	-cpu cortex-a76 \
	-drive if=pflash,file=/usr/share/AAVMF/AAVMF_CODE.fd,format=raw,read-only=on \
	-drive if=none,file=bootfat.img,id=hd0,format=raw \
	-device virtio-blk-device,drive=hd0 \
	-display none \
	-serial stdio