|
Forum Index : Microcontroller and PC projects : WIN95 emulator
| Author | Message | ||||
| Frank N. Furter Guru Joined: 28/05/2012 Location: GermanyPosts: 979 |
Have you seen this WIN95 emulator? It works under different systems and seems good for old software... Frank |
||||
Grogster![]() Admin Group Joined: 31/12/2012 Location: New ZealandPosts: 9753 |
Hallo. Could you not just use an authentic Windows 95 install inside a VM(virtual machine)? Smoke makes things work. When the smoke gets out, it stops! |
||||
| Frank N. Furter Guru Joined: 28/05/2012 Location: GermanyPosts: 979 |
Hi Grogster, you are right! But this thing works out of the box and seems very fast! (no noticeable boot time!) Frank |
||||
| WhiteWizzard Guru Joined: 05/04/2013 Location: United KingdomPosts: 2959 |
Looks interesting for a MacOS environment. However, there seems to be a few issues that people have had in 'testing' this. Will keep my eye on this one as looks interesting. My ideal would be able to run Rob's GFXTerm within this emulator on an iMac. |
||||
Grogster![]() Admin Group Joined: 31/12/2012 Location: New ZealandPosts: 9753 |
@ Frank N. Furter - Danke. Perhaps I will check it out then.Smoke makes things work. When the smoke gets out, it stops! |
||||
| robert.rozee Guru Joined: 31/12/2012 Location: New ZealandPosts: 2463 |
from the README.md file in the source archive: "This is Windows 95, running in an Electron app" as far as i can tell, a processor + standard peripherals is emulated in javascript ("x86 virtualization in JavaScript, running in your browser and NodeJS"). this processor runs a bios, that then boots a win95 disk image. ie, it has a distribution of win95 embedded within it. see: https://github.com/copy/v86/ so there are quite a few layers of abstraction between your windows application and the real hardware of the computer. and i really can't see microsoft being too happy about this, unless they have released win95 as freeware :-( cheers, rob :-) |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |