Video BIOS

Video BIOS is the BIOS of a graphics card in a (usually IBM PC-derived) computer. It also implements Int 10h interrupt[1] for basic text and videomode output before specific video driver is loaded.

Much the way the system BIOS provides a set of functions that are used by software programs to access the system hardware, the video BIOS provides a set of video-related functions that are used by programs to access the video hardware. The video BIOS interfaces software to the video chipset in the same way that the system BIOS does for the system chipset. The ROM also contained a basic font set[2] to upload to the video adapter font RAM, if the video card did not contain a font ROM with this font set instead.

Unlike some other hardware components, the video card usually needs to be active very early during the boot process so that the user can see what is going on. This requires the card to be activated before any operating system begins loading; thus it needs to be activated by the BIOS, the only software that is present at this early stage. System BIOS loads video BIOS from card's ROM into system RAM and transfers control to it early in boot sequence.[3]

Early PCs contained functions for driving MDA and CGA cards in the system BIOS, and those cards did not have any Video BIOS built in. When the EGA card hit the market in 1984, the Video BIOS was introduced to make these cards compatible with existing PCs whose BIOS did not know how to drive an EGA card. Ever since, EGA/VGA and all enhanced VGA compatible cards have included a Video BIOS.

When the computer is started, some graphics cards (usually certain Nvidia cards) display their vendor, model, BIOS version and amount of graphics memory.

See also

References

  1. INT 10 - VIDEO - SET VIDEO MODE
  2. http://goughlui.com/2016/05/01/project-examining-vga-bios-from-old-graphic-cards/
  3. https://www.usenix.org/legacy/event/usenix05/tech/freenix/full_papers/lo/lo_html/vgabios.html "Traditionally, a VGA card is initialized by software known as the VGA BIOS, which is considered an extension of system BIOS. It is loaded by the system BIOS from an expansion ROM located on the VGA card into a specific address in system memory. Control is then transferred to the VGA BIOS, and it uses the 16-bit callback interface to communicate with the system BIOS."


This article is issued from Wikipedia - version of the 11/20/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.