Merge branch 'master' of github.com:daleclack/testing-repository

This commit is contained in:
daleclack 2023-07-16 18:13:28 +08:00
commit d0036d992c
65 changed files with 69 additions and 0 deletions

0
Gtk3/gtk05/.hidden Normal file
View File

0
Gtk3/gtk06/.hidden Normal file
View File

0
Gtk3/gtk08/.hidden Normal file
View File

0
Gtk3/gtk09/.hidden Normal file
View File

0
Gtk3/gtk16/.hidden Normal file
View File

0
Gtk3/gtk17/.hidden Normal file
View File

0
Gtk3/gtk21/.hidden Normal file
View File

0
Gtk3/gtk22/.hidden Normal file
View File

0
Gtk3/gtk23/.hidden Normal file
View File

View File

0
Gtk3/gtk25/.hidden Normal file
View File

0
Gtk3/gtk26/.hidden Normal file
View File

0
Gtk3/gtk28/.hidden Normal file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

0
Gtk4/.hidden Normal file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

0
Gtkmm4/.hidden Normal file
View File

View File

View File

View File

23
termux/win81PE_5.sh Normal file
View File

@ -0,0 +1,23 @@
# Options:
# -m Random Access Memory
# -cpu for cpu type
# -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 1024 \
-cpu max \
-M q35 \
-accel tcg,thread=multi \
-drive file=Pagefile.vhd,media=disk \
-drive file=Cpp.vhd,media=disk \
-drive file=Win8.1_PE_x64_5.iso,media=cdrom \
-drive file=Dev-Cpp-UCRT64.iso,media=cdrom \
-boot d \
-vnc :1 \
-usb -device usb-tablet

23
termux/win81PE_6.sh Normal file
View File

@ -0,0 +1,23 @@
# Options:
# -m Random Access Memory
# -cpu for cpu type
# -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 1024 \
-cpu max \
-M q35 \
-accel tcg,thread=multi \
-drive file=Pagefile.vhd,media=disk \
-drive file=Cpp.vhd,media=disk \
-drive file=Win8.1_PE_x64_6.iso,media=cdrom \
-drive file=Dev-Cpp-UCRT64.iso,media=cdrom \
-boot d \
-vnc :1 \
-usb -device usb-tablet

23
termux/win8PEx64-7.sh Normal file
View File

@ -0,0 +1,23 @@
# Options:
# -m Random Access Memory
# -cpu for cpu type
# -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 q35 \
-accel tcg,thread=multi \
-drive file=Pagefile.vhd,media=disk \
-drive file=Cpp.vhd,media=disk \
-drive file=win8PEx64-7.iso,media=cdrom \
-drive file=Dev-Cpp-UCRT64.iso,media=cdrom \
-boot d \
-vnc :1 \
-usb -device usb-tablet