Itai-Nelken / RPi-QEMU-VM-scripts

Scripts that create VM's for your Raspberry Pi
MIT License
18 stars 1 forks source link

An easier way to run Windows 95 and Mac OS 8 on Raspberry Pi #10

Open hmsjy2017 opened 2 years ago

hmsjy2017 commented 2 years ago

https://github.com/felixrieseberg/windows95 https://github.com/felixrieseberg/macintosh.js Thanks to @felixrieseberg for packaging Windows 95 and Mac OS 8 into applications that support all platforms. Now we can run them through the deb packages. Both packages are already included in the raspbian-addons repository. They can be installed via sudo apt install windows95 and sudo apt install macintosh.js. I have tried them on my Raspberry Pi and I feel the experience is wonderful.🤣

Itai-Nelken commented 2 years ago

I am aware of the 2 projects, however they perform pretty badly as they are electron apps so basically chromium but without the optimizations that rpf add to their version of chromium. I think I will mention them in the readme though.