Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tom-code/f33cd71045a888319dc54551c7dffaba to your computer and use it in GitHub Desktop.
Save tom-code/f33cd71045a888319dc54551c7dffaba to your computer and use it in GitHub Desktop.
arm64 linux in qemu
qemu-system-aarch64 -M virt -m 1G -cpu cortex-a57 -smp 1 -cdrom alpine-virt-3.15.4-aarch64.iso -pflash "/usr/local/Cellar/qemu/6.2.0_1/share/qemu/edk2-aarch64-code.fd" -serial stdio -nodefaults -M virt,highmem=off -boot d
qemu-system-aarch64 -nographic -machine virt -m 4096 -cpu cortex-a57 -drive if=pflash,format=raw,readonly,file=/usr/local/Cellar/qemu/6.2.0_1/share/qemu/edk2-aarch64-code.fd -drive format=raw,readonly,file=alpine-virt-3.15.4-aarch64.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment