Must VGA BIOS go first ?

  • Thread starter Thread starter Kees
  • Start date Start date
K

Kees

Hi there!

I am wondering why the VGA BIOS is shown first and then the POST of
the BIOS starts.
There could be some time saved when it could be skipped, but HOW??
Anyone who can help me on this one??

Thanks very much !

Kees
 
Yes the VGA Bios has to be initialized first, it's a so called extension
Bios.
Before real testing starts the System has to know about it exists and
the initialization loads (replaces) INT 10H vectors.
That in turn is needed to show the Bios POST screen.
 
Kees said:
Hi there!

I am wondering why the VGA BIOS is shown first and then the POST of
the BIOS starts.
There could be some time saved when it could be skipped, but HOW??
Anyone who can help me on this one??

Thanks very much !

Kees

It's probably coded in the MB BIOS. But doesn't the video bios have to
be initialized first, so that the rest of the POST will be shown on the
screen?

Jim M
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top