From 3ae50cfaf28babb4d0cc951e68a08bb3f30a7886 Mon Sep 17 00:00:00 2001 From: daleclack Date: Mon, 27 May 2024 21:46:01 +0800 Subject: [PATCH] Add qemu scripts --- termux/termux-qemu/wimPE25.sh | 24 ++++++++++++++++++++++++ termux/termux-qemu/wimPE27.sh | 24 ++++++++++++++++++++++++ termux/termux-qemu/winfs6g.sh | 27 +++++++++++++++++++++++++++ termux/termux-qemu/winfs6h.sh | 27 +++++++++++++++++++++++++++ termux/termux-qemu/winfs6i.sh | 27 +++++++++++++++++++++++++++ termux/termux-qemu/winfs6k.sh | 27 +++++++++++++++++++++++++++ 6 files changed, 156 insertions(+) create mode 100644 termux/termux-qemu/wimPE25.sh create mode 100644 termux/termux-qemu/wimPE27.sh create mode 100644 termux/termux-qemu/winfs6g.sh create mode 100644 termux/termux-qemu/winfs6h.sh create mode 100644 termux/termux-qemu/winfs6i.sh create mode 100644 termux/termux-qemu/winfs6k.sh diff --git a/termux/termux-qemu/wimPE25.sh b/termux/termux-qemu/wimPE25.sh new file mode 100644 index 0000000..9e8ed1e --- /dev/null +++ b/termux/termux-qemu/wimPE25.sh @@ -0,0 +1,24 @@ +# Options: +# -m Random Access Memory +# -cpu for cpu type +# -smp for core count +# -M q35 for sata bus +# -accel for acceleration +# -drive for disk/cdrom +# -boot for boot device:a-floppy,c-disk,fd-cdrom +# -vnc for vnc display +# -usb -device usb-tablet for fix mouse +cd /sdcard/0 +# start qemu +qemu-system-x86_64 \ +-m 768 \ +-cpu max \ +-M pc \ +-accel tcg,thread=multi \ +-drive file=Pagefile.vhd,media=disk \ +-drive file=Cpp.vhd,media=disk \ +-drive file=wimPE25.iso,media=cdrom \ +-drive file=music_disc.iso,media=cdrom \ +-boot d \ +-vnc :1 +# -usb -device usb-tablet diff --git a/termux/termux-qemu/wimPE27.sh b/termux/termux-qemu/wimPE27.sh new file mode 100644 index 0000000..4556a2f --- /dev/null +++ b/termux/termux-qemu/wimPE27.sh @@ -0,0 +1,24 @@ +# Options: +# -m Random Access Memory +# -cpu for cpu type +# -smp for core count +# -M q35 for sata bus +# -accel for acceleration +# -drive for disk/cdrom +# -boot for boot device:a-floppy,c-disk,fd-cdrom +# -vnc for vnc display +# -usb -device usb-tablet for fix mouse +cd /sdcard/0 +# start qemu +qemu-system-x86_64 \ +-m 768 \ +-cpu max \ +-M pc \ +-accel tcg,thread=multi \ +-drive file=Pagefile.vhd,media=disk \ +-drive file=Cpp.vhd,media=disk \ +-drive file=wimPE27.iso,media=cdrom \ +-drive file=music_disc.iso,media=cdrom \ +-boot d \ +-vnc :1 +# -usb -device usb-tablet diff --git a/termux/termux-qemu/winfs6g.sh b/termux/termux-qemu/winfs6g.sh new file mode 100644 index 0000000..c2931bd --- /dev/null +++ b/termux/termux-qemu/winfs6g.sh @@ -0,0 +1,27 @@ +# Options: +# -m Random Access Memory +# -cpu for cpu type +# -smp for core count +# -M q35 for sata bus +# -accel for acceleration +# -drive for disk/cdrom +# -boot for boot device:a-floppy,c-disk,fd-cdrom +# -vnc for vnc display +# -usb -device usb-tablet for fix mouse +cd /sdcard/0 +# start pulseaudio service +pulseaudio -D +export PULSE_SERVER=tcp:127.0.0.1:4713 +# start qemu +qemu-system-x86_64 \ +-m 672 \ +-M pc \ +-accel tcg,thread=multi \ +-drive file=Pagefile.vhd,media=disk \ +-drive file=Cpp.vhd,media=disk \ +-drive file=winfs6g.iso,media=cdrom \ +-drive file=music_disc.iso,media=cdrom \ +-boot d \ +-vnc :1 \ +-device ac97 +# -usb -device usb-tablet diff --git a/termux/termux-qemu/winfs6h.sh b/termux/termux-qemu/winfs6h.sh new file mode 100644 index 0000000..1dc4a16 --- /dev/null +++ b/termux/termux-qemu/winfs6h.sh @@ -0,0 +1,27 @@ +# Options: +# -m Random Access Memory +# -cpu for cpu type +# -smp for core count +# -M q35 for sata bus +# -accel for acceleration +# -drive for disk/cdrom +# -boot for boot device:a-floppy,c-disk,fd-cdrom +# -vnc for vnc display +# -usb -device usb-tablet for fix mouse +cd /sdcard/0 +# start pulseaudio service +pulseaudio -D +export PULSE_SERVER=tcp:127.0.0.1:4713 +# start qemu +qemu-system-x86_64 \ +-m 672 \ +-M pc \ +-accel tcg,thread=multi \ +-drive file=Pagefile.vhd,media=disk \ +-drive file=Cpp.vhd,media=disk \ +-drive file=winfs6h.iso,media=cdrom \ +-drive file=music_disc.iso,media=cdrom \ +-boot d \ +-vnc :1 \ +-device ac97 +# -usb -device usb-tablet diff --git a/termux/termux-qemu/winfs6i.sh b/termux/termux-qemu/winfs6i.sh new file mode 100644 index 0000000..8452971 --- /dev/null +++ b/termux/termux-qemu/winfs6i.sh @@ -0,0 +1,27 @@ +# Options: +# -m Random Access Memory +# -cpu for cpu type +# -smp for core count +# -M q35 for sata bus +# -accel for acceleration +# -drive for disk/cdrom +# -boot for boot device:a-floppy,c-disk,fd-cdrom +# -vnc for vnc display +# -usb -device usb-tablet for fix mouse +cd /sdcard/0 +# start pulseaudio service +pulseaudio -D +export PULSE_SERVER=tcp:127.0.0.1:4713 +# start qemu +qemu-system-x86_64 \ +-m 672 \ +-M pc \ +-accel tcg,thread=multi \ +-drive file=Pagefile.vhd,media=disk \ +-drive file=Cpp.vhd,media=disk \ +-drive file=winfs6i.iso,media=cdrom \ +-drive file=music_disc.iso,media=cdrom \ +-boot d \ +-vnc :1 \ +-device ac97 +# -usb -device usb-tablet diff --git a/termux/termux-qemu/winfs6k.sh b/termux/termux-qemu/winfs6k.sh new file mode 100644 index 0000000..9562a55 --- /dev/null +++ b/termux/termux-qemu/winfs6k.sh @@ -0,0 +1,27 @@ +# Options: +# -m Random Access Memory +# -cpu for cpu type +# -smp for core count +# -M q35 for sata bus +# -accel for acceleration +# -drive for disk/cdrom +# -boot for boot device:a-floppy,c-disk,fd-cdrom +# -vnc for vnc display +# -usb -device usb-tablet for fix mouse +cd /sdcard/0 +# start pulseaudio service +pulseaudio -D +export PULSE_SERVER=tcp:127.0.0.1:4713 +# start qemu +qemu-system-x86_64 \ +-m 672 \ +-M pc \ +-accel tcg,thread=multi \ +-drive file=Pagefile.vhd,media=disk \ +-drive file=Cpp.vhd,media=disk \ +-drive file=winfs6k.iso,media=cdrom \ +-drive file=music_disc.iso,media=cdrom \ +-boot d \ +-vnc :1 \ +-device ac97 +# -usb -device usb-tablet