Video BIOS shadowing on modern systems. (Users)
>> Any suggestions, pointers or advice on to "shadow" modern Intel vBIOSes
>> into lower RAM, for modification?
>
> a more reasonable approach would be to write a TSR that intercepts INT 10h,
> implements the faulty functions, and bounces everything else to the
> original INT 10 handler.
Tom's suggestion is the only one that will really work. The purpose of Shadow RAM is to make things faster (RAM is faster than ROM). Shadow RAM also needs to be integrated and enabled in the hardware, and once the ROM has been copied into RAM you can't (or at least shouldn't) mess with it. You can't use "regular" RAM as Shadow RAM. E.g., if some parts of Shadow RAM are not enabled and used as Shadow RAM, the UMBPCI program can turn at least some of the unused Shadow RAM into "usable" RAM.
Your problem does not appear to be speed (which is the main purpose of Shadow RAM), but the fact that the ROM code is "broken" and doesn't work right. You're going to need to write a TSR (or Device Driver) to fix the problem areas as Tom suggested. You could also install an external video card and bypass/disable the Intel graphics.
Complete thread:
- Video BIOS shadowing on modern systems. - Zyzzle, 02.02.2023, 10:54
- Video BIOS shadowing on modern systems. - tom, 02.02.2023, 14:24
- Video BIOS shadowing on modern systems. - bretjohn, 02.02.2023, 18:02
- Video BIOS shadowing on modern systems. - Zyzzle, 03.02.2023, 02:53
- Video BIOS shadowing on modern systems. - CandyMan, 06.02.2023, 00:26
- Video BIOS shadowing on modern systems. - bretjohn, 07.02.2023, 15:47
- Video BIOS shadowing on modern systems. - Zyzzle, 10.02.2023, 05:25
- Video BIOS shadowing on modern systems. - CandyMan, 10.02.2023, 09:52
- Video BIOS shadowing on modern systems. - Oso2k, 11.02.2023, 23:54
- Video BIOS shadowing on modern systems. - CandyMan, 12.02.2023, 09:24
- Video BIOS shadowing on modern systems. - tom, 12.02.2023, 12:00
- Video BIOS shadowing on modern systems. - CandyMan, 12.02.2023, 09:24
- Video BIOS shadowing on modern systems. - Zyzzle, 22.02.2023, 10:24
- Video BIOS shadowing on modern systems. - CandyMan, 26.12.2023, 19:48
- Video BIOS shadowing on modern systems. - Oso2k, 11.02.2023, 23:54
- Video BIOS shadowing on modern systems. - CandyMan, 10.02.2023, 09:52
- Video BIOS shadowing on modern systems. - Zyzzle, 10.02.2023, 05:25
- Video BIOS shadowing on modern systems. - bretjohn, 07.02.2023, 15:47
- Video BIOS shadowing on modern systems. - CandyMan, 06.02.2023, 00:26
- Video BIOS shadowing on modern systems. - Zyzzle, 03.02.2023, 02:53
- Video BIOS shadowing on modern systems. - bretjohn, 02.02.2023, 18:02
- Video BIOS shadowing on modern systems. - tom, 02.02.2023, 14:24