More videos about Termux.

Emulate Mac OS X Tiger on Android phone with Termux

Note: You need a device with high performance to do this. Requires 6GB of free storage space and 756GB of free memory. Unzip it to the Download folder before running the command. Command for first time use: apt update && apt upgrade -y && pkg install x11-repo && pkg install qemu-system-ppc -y && qemu-system-ppc -L openbios-ppc -M mac99,via=pmu -cpu G4 -smp 1 -m 512M -drive file=/sdcard/Download/a.qcow2,aio=threads,cache=unsafe -device intel-hda -device hda-duplex -device e1000,netdev=n0 -netdev user,id=n0 -accel tcg,thread=multi,tb-size=1024 -boot d -prom-env 'auto-boot?=true' -prom-env 'vga-ndrv?=true' -g 1024x768x32 -vnc :2 For next time: qemu-system-ppc -L openbios-ppc -M mac99,via=pmu -cpu G4 -smp 1 -m 512M -drive file=/sdcard/Download/a.qcow2,aio=threads,cache=unsafe -device intel-hda -device hda-duplex -device e1000,netdev=n0 -netdev user,id=n0 -accel tcg,thread=multi,tb-size=1024 -boot d -prom-env 'auto-boot?=true' -prom-env 'vga-ndrv?=true' -g 1024x768x32 -vnc :2

Downloads

Flag Counter