parent
c75c9f4b4c
commit
8fe7dfbe0b
@ -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
|
Loading…
Reference in new issue