VxWorks Reference Manual : Libraries

vgaInit

NAME

vgaInit - a VGA 3+ mode initialization source module

ROUTINES

vgaInit( ) - initializes the VGA chip and loads font in memory.

DESCRIPTION

USAGE This library provides initialization routines to configure VGA in 3+ alphanumeric mode.

The functions addressed here include:

USER INTERFACE

STATUS vgaInit
    (
    VOID
    )
This routine will initialize the VGA specific register set to bring a VGA card in VGA 3+ mode and loads the font in plane 2.

REFERENCES

Programmer's Guide to the EGA, VGA, and Super VGA Cards - Ferraro. Programmer's Guide to PC & PS/2 Video Systems - Richard Wilton.

INCLUDE FILES

NONE.

SEE ALSO

vgaInit


Libraries : Routines

vgaInit( )

NAME

vgaInit( ) - initializes the VGA chip and loads font in memory.

SYNOPSIS


STATUS vgaInit
    (
    void
    )

DESCRIPTION

This routine will initialize the VGA specific register set to bring a VGA card in VGA 3+ mode and loads the font in plane 2.

RETURNS

OK/ERROR

SEE ALSO

vgaInit