MatthewCroughan / NixThePlanet

Run macOS, Windows and more via a single Nix command, or simple nixosModules
MIT License
534 stars 12 forks source link

Implement makeWinXPImage #3

Open MatthewCroughan opened 9 months ago

MatthewCroughan commented 9 months ago

Tracking issue for Windows XP support via the makeWinXPImage function

Apparently dosbox-x can do it, along with a lot of other Windows OS versions, there is a lot of documentation on this in https://github.com/joncampbell123/dosbox-x/issues/3538

io12 commented 8 months ago

What are the reasons to use dosbox-x instead of QEMU?

MatthewCroughan commented 8 months ago

@io12 it's really fast on arm64, so is usable on mobile nixos for example.