fedora: sudo dnf install qemu -y
mac: brew install qemu
ubuntu: sudo apt install qemu-system
windows: download https://qemu.weilnetz.de/w64/2025/qemu-w64-setup-20250210.exe
download lastest release: https://github.com/Kolya142/BosyOS/releases/latest
unzip release
run with qemu: qemu-system-i386 BOSYOS_RELEASE/RELEASE_NAME replace BOSYOS_RELASE and RELEASE_NAME with actual release folder and release name
- create new virtual machine
- add disk
- set 512MB memory
- set disk controller type to PIIX4
wiki: https://github.com/Kolya142/BosyOS/wiki
useful resources: https://github.com/Kolya142/BosyOS/wiki/Useful-Resources

