Skip to content

Instantly share code, notes, and snippets.

@jmz-b
Created June 21, 2019 16:10
Show Gist options
  • Save jmz-b/fbaec01268c9829900af52ca0b83483a to your computer and use it in GitHub Desktop.
Save jmz-b/fbaec01268c9829900af52ca0b83483a to your computer and use it in GitHub Desktop.
spin up android in qemu + kvm
#!/bin/sh
qemu-system-x86_64 -enable-kvm \
-vga std \
-m 2048 \
-smp 2 \
-cpu host \
-soundhw ac97 \
-net nic,model=e1000 -net user \
-cdrom Disks/android-x86_64-7.1-r1.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment