VOGONS


First post, by Babasha

User metadata
Rank Oldbie
Rank
Oldbie

In DOS time there been third-party utility for video BIOS loading without flash, just direct from command line or as device driver from config.sys

Now i need it and completely forgot it name(((

Need help? Begin with photo and model of your hardware 😉

Reply 1 of 9, by Jo22

User metadata
Rank l33t++
Rank
l33t++

Hi there! Yes, there two kinds, I think.
a) VESA VBE TSRs (they install VESA BIOS extension in RAM)
b) Utilities that copied VGA BIOS into RAM

Then, there were shadow ram utilities that moved ROM code into the 640-1MB region.

I forgot the name of b), though. My OAK VGA has it on diskette, though.

"Time, it seems, doesn't flow. For some it's fast, for some it's slow.
In what to one race is no time at all, another race can rise and fall..." - The Minstrel

//My video channel//

Reply 6 of 9, by Azarien

User metadata
Rank Oldbie
Rank
Oldbie

What is the benefit of copying VGA BIOS to RAM?

Reply 7 of 9, by wierd_w

User metadata
Rank Oldbie
Rank
Oldbie

In some cases: new features, more/better fonts, etc.

For shadowing alone, emm386 has the ROM= syntax to shadow any rom.

Doing so enables much better memory access, especially with isa video cards, which improves how rom supplied vesa routines run.

Reply 8 of 9, by Jo22

User metadata
Rank l33t++
Rank
l33t++
Azarien wrote on 2025-06-05, 19:31:

What is the benefit of copying VGA BIOS to RAM?

It helped me fixing glitches. ^^
Fixing a VGA issue in Qemu 0.9 (&Kqemu)

"Time, it seems, doesn't flow. For some it's fast, for some it's slow.
In what to one race is no time at all, another race can rise and fall..." - The Minstrel

//My video channel//

Reply 9 of 9, by capitaine

User metadata
Rank Newbie
Rank
Newbie

Yeah, I would like to try a fix.
I know I can program the EEProm, but patching on file may be faster.