Change graphics in BIOS
ok what about using tools like modbin? Then would you be able to do it?soupy wrote:Unless your BIOS already supports it, you can't do it.
Compaq-Fu Master
I suspect you have to add a module which does the full-screen display (use CBROM to add it in).
It should be fairly trivial (implementation is left as an exercise for the student) to display a screen, wait n seconds, then progress into the POST screen as normal.
Slightly fancier is to display the screen and then grab Int 10h to absorb the screen writes (assuming the POST uses the old Int 10H routines) and detect when to stop and display the config summary by looking for the block graphic character used for the top left corner of the config summary box; also handle keyboard input to look for a keypress to show the POST screen, or relinquish and go into CMOS set-up.... I'm surprised someone hasn't already done a general-purpose one on the web, so maybe I'm talking through my fundament.
It should be fairly trivial (implementation is left as an exercise for the student) to display a screen, wait n seconds, then progress into the POST screen as normal.
Slightly fancier is to display the screen and then grab Int 10h to absorb the screen writes (assuming the POST uses the old Int 10H routines) and detect when to stop and display the config summary by looking for the block graphic character used for the top left corner of the config summary box; also handle keyboard input to look for a keypress to show the POST screen, or relinquish and go into CMOS set-up.... I'm surprised someone hasn't already done a general-purpose one on the web, so maybe I'm talking through my fundament.
Tested patched BIOSes. Untested patched BIOSes.
Emails *will* be ignored unless the subject line starts "Wim's BIOS forum"
Emails *will* be ignored unless the subject line starts "Wim's BIOS forum"
-
- Absentee administrator
- Posts: 1086
- Joined: Thu Mar 21, 2002 1:06 am
- Location: Ontario, Canada
- Contact:
I'm not sure it's that simple. I remember eons ago reading on the Award website that full-screen logo BIOSs were available but that the BIOS needed to be specially modified. To what extent, they didn't say, but it would seem that if all that was needed was to add in a module, every manufacturer could just do it themselves.
But maybe I'm talking through my fundament.
But maybe I'm talking through my fundament.
Flash your BIOS at your own risk.
Some BIOSes already support the full screen logo.
However you can create your own module that will work in any BIOS (if there's enough free space).
However you can create your own module that will work in any BIOS (if there's enough free space).
Patched and tested BIOSes are at http://wims.rainbow-software.org
UniFlash - Flash anything anywhere
UniFlash - Flash anything anywhere