Change graphics in BIOS

BIOS Questions that don't belong in the other forums. Read them!
Post Reply
shelton
New visitors - please read the rules.
Posts: 1
Joined: Tue Sep 23, 2003 7:20 pm

Anybody knows how to create a new logo that displays full screen instead of a small icon on the monitor? How to maintain the graphic until the window OS takes over? Thanks.
soupy
Absentee administrator
Posts: 1086
Joined: Thu Mar 21, 2002 1:06 am
Location: Ontario, Canada
Contact:

Unless your BIOS already supports it, you can't do it.
Flash your BIOS at your own risk.
Toby B
Compaq-Fu Master
Posts: 168
Joined: Sun Jun 02, 2002 11:36 am
Location: Augusta, ME
Contact:

soupy wrote:Unless your BIOS already supports it, you can't do it.
ok what about using tools like modbin? Then would you be able to do it?
Compaq-Fu Master
NickS
BIOS Bodhisattva
Posts: 3145
Joined: Fri May 03, 2002 10:34 am
Location: Thames Valley, UK

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.
Tested patched BIOSes. Untested patched BIOSes.
Emails *will* be ignored unless the subject line starts "Wim's BIOS forum"
soupy
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. :D
Flash your BIOS at your own risk.
Rainbow
The UniFlasher
Posts: 3122
Joined: Wed Mar 20, 2002 4:16 pm
Location: Slovakia
Contact:

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).
Patched and tested BIOSes are at http://wims.rainbow-software.org
UniFlash - Flash anything anywhere
Post Reply