Sorry for the late reply - I am not getting email notifications of new posts. Thanks for the reply. I will make an attempt and report back.
@wkeller Hejka, Jak to zrobić tak w realu? How to do it in real world? I skąd wziąść te Iso? And where from get those iso? Please Help
You go to system32\drivers from any working system and replace it, you need "take ownership" mod/tool set in registry and short-menu right click menu. And voilà.
I see that people here dealing with uefi .efi files, maybe I they can figure out : "While initializing device VCACHE: Windows protection error. You need to restart your computer." when booting win98 on modern hardware.(I can't create threads) maybe it is related to some uefi module(pcibus, csm,legacyregion) There is this person that has BIOSTAR X470GTA(ryzen) that can run win98 with bios version 2020.But with bios version 2021 he gets Vcache protection error. (MSFN forum, can't post link) The same person has windows 98 running on PRIME H310M-E(intel 9 gen).And he says “There are a couple of videos on YouTube with failed installations on 9th gen platform” (MSFN forum, can't post link) I have ran windows 98 on asrock h87 performance(haswell). I tried with z690 ud ddr4(alder lake) and Win98 does not work, Vcache protection error. What could be the problem uefi driver?(pcibus, csm,legacyregion). What solutions?(dsdt edit, dxe driver replacement?, patch to win98 similar to "GitHub - JHRobotics/patcher9x: Patch for Windows 9x to fix CPU issues" bootlog ends with: “[00142D3F] DEVICEINIT = VCACHE” I have BootIce installed(I don’t know assembly): msfn.org/board/uploads/monthly_2022_01/IMG_0888_.jpg.0a01710ae210bc7c8d7d4e430e8eb624.jpg maybe it can give some hint or an idea. After I press C to continue, “Vcache protection error” appears
From what I remember, this is because the virtual disk cache is set to a too large value (it is calculated from RAM and they didn't anticipate the relative large amount of RAM we have today). Solution was to set the cache to a lower value (max. 512MB). Example in SYSTEM.INI: Code: [vcache] MaxFileCache=524288 Should boot again, then.