Coopydood / ultimate-macOS-KVM

Helping noobs and pros alike build the ultimate macOS virtual machine with easy automation, powered by KVM. Now with macOS Sequoia support!
https://coopydood.github.io/ultimate-macOS-KVM/
GNU General Public License v3.0
456 stars 26 forks source link

Initial Windows Support #131

Open Fancy2209 opened 1 month ago

Fancy2209 commented 1 month ago

Needs more testing This is made exclusively for running inside the MSYS2 Mingw64 shell (it isn't emulation, just easier to support since it's a bash shell with the gnu utils) QEMU and Python are available through their repositories in pacman

eversiege commented 1 month ago

The point of the entire project is QEMU and KVM, which are embedded into Linux kernel itself and are merely ports on Windows versions. I am not quite sure how will this project run under Windows. Currently this PR only changes associations from python to python3 as far as I can see.