-
Enable Virtualization in your BIOS (this step may not be necessary)
- Steps vary by manufacturer
-
Enable Hyper-V (or performance will suck)
- Search for windows features
- Turn Windows features on or off
- Check Hyper-V -> Hyper-V Platform
- Reboot to enable
-
Download latest 64-bit QEMU for Windows
- https://qemu.weilnetz.de/w64/2024/ (this site is legit, https://www.qemu.org/download/#windows links to it)
-
Download TempleOS and/or TinkerOS ISO
-
Copy downloaded TempleOS/TinkerOS ISO files to where you installed QEMU
C:\Program Files\qemu
cd "C:\Program Files\qemu"
qemu-system-x86_64.exe -m 2g -accel whpx,kernel-irqchip=off -smp 4 -audiodev sdl,id=snd0 -machine pc,pcspk-audiodev=snd0 -display sdl -cdrom TOS_Distro.ISO
qemu-system-x86_64.exe -m 2g -accel whpx,kernel-irqchip=off -smp 4 -audiodev sdl,id=snd0 -machine pc -device adlib,audiodev=snd0 -display sdl -cdrom TinkerOS_5.14.ISO
qemu-img.exe create tos.qcow2 512M
qemu-system-x86_64.exe -m 2g -accel whpx,kernel-irqchip=off -smp 4 -audiodev sdl,id=snd0 -machine pc,pcspk-audiodev=snd0 -display sdl -cdrom TOS_Distro.ISO -hda tos.qcow2
qemu-system-x86_64.exe -m 2g -accel whpx,kernel-irqchip=off -smp 4 -audiodev sdl,id=snd0 -machine pc -device adlib,audiodev=snd0 -display sdl -cdrom TinkerOS_5.14.ISO -hda tos.qcow2
- QEMU has a poorly emulated PC speaker sound might not be good with TempleOS
- If you use TinkerOS instead you can use Adlib sound instead and as an added bonus you can roll your own 64-bit randomly generated instrument with RandInst to go with your randomly generated GodSong or use PickInst to select from a list of available instruments!