oerg866 / win98-quickinstall

A framework + installer to (very) quickly install Windows 98 on anything from a 486 up to a modern system
185 stars 6 forks source link

Windows 95 support #2

Open viti95 opened 1 year ago

viti95 commented 1 year ago

First of all, this project is really awesome! And it has made me wonder, would it be possible to add Windows 95 support?

Thanks!

oerg866 commented 1 year ago

Hello!

Thanks for the nice words :)

Unfortunately at this time, Windows 95 support is impossible, because the non-PNP hardware detection is done in the DOS phase of the setup, which cannot be replicated using this installation method.

-Eric