From 8fe7dfbe0b672582f7f8ac60c58f3da935cb5767 Mon Sep 17 00:00:00 2001 From: Ewen Date: Sun, 19 Jul 2020 09:54:29 +0200 Subject: [PATCH] android.sh --- fun/.scripts/android.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 fun/.scripts/android.sh diff --git a/fun/.scripts/android.sh b/fun/.scripts/android.sh new file mode 100755 index 0000000..a3c6af9 --- /dev/null +++ b/fun/.scripts/android.sh @@ -0,0 +1,12 @@ +#!/bin/bash +qemu-system-x86_64 \ + -m 2058 \ + -boot d \ + -nographic \ + -enable-kvm \ + -smp 3 \ + -net nic \ + -net user,hostfwd=tcp::4444-:5555\ + -hda ./tmp/android.img #\ + #-usb -device usb-ehci,id=ehci -device usb-host,hostbus=1,hostaddr=13\ + #-cdrom ./tmp/android-x86-9.0-r2.iso