Chuterix Posted November 19, 2022 Posted November 19, 2022 From MyDigitalLife.net. The original topic can be found here By backporting the generic display driver from Windows 8 build 7963 (a beta which has both x86 and x64 builds), in which it can support both UEFI GOP and Legacy VGA BIOS, the benefits of the generic driver can work in Windows 7 and UEFI class 3 systems that can't support UefiSeven can receive display output. Even if the driver files fail and nothing actually happens, we can backport some display miniport drivers from build 7963 too. What we need is to fix/mod the .inf file. Here are the results with vanilla driver: The .inf fix/mod hasn't been done yet; please discuss here. Then for the internal modding: Original watchdog.sys doesn't work; we need the one from Build 7963, in which we will change the file to link to build 7963's watchdog.sys by renaming it watchdog8.sys and changing the import. Missing import in ntoskrnl.exe found; we must use ntoskrn8.sys (NTOSKRNL_Emu, found here [fork]) to fix this. Before: After: No missing imports found (AFAIK). WIP Files (x86 not verified real imports, also .inf needs to get fixed if it's possible). Mirrors: https://forums.mydigitallife.net/attachments/mbda_7_wip-7z.61664/ https://mega.nz/file/WlwwVLqa#5sIt_25-9qRR6zMZLAlQSn_5GVBGcHtPgq22NWev_n4 For MyDigitalLife, see also the thread link at the beginning of this post. 1
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now