mirror of
https://github.com/oerg866/win98-quickinstall.git
synced 2026-04-25 21:15:52 +03:00
[GH-ISSUE #2] Windows 95 support #3
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/win98-quickinstall#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @viti95 on GitHub (May 23, 2023).
Original GitHub issue: https://github.com/oerg866/win98-quickinstall/issues/2
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 on GitHub (May 23, 2023):
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
@MattBytesRetro commented on GitHub (Sep 17, 2024):
I might have an idea how this could work, based on OEM install methods but no guarantees. Also, it would still need oerg866's support/help/approval to do the integration and packaging, if I even make it work.
@Neo-Desktop commented on GitHub (Dec 7, 2024):
@MatthewH12
I also have a couple of ideas, I say we just do some kind of implementation - worst case scenario is that we have to reverse engineer the DOS setup module to figure out how the non-PNP hardware detection works and trey to re-implement it in linux.
but I mean, I feel like we could just use modern detection techniques in linux to figure it out?