[LinuxBIOS] VGA Fonts

ollie ollie at lanl.gov
Thu Aug 31 17:56:55 CEST 2006


On Tue, 2006-08-29 at 12:46 -0700, steve yannalfo wrote:

>     // sequencer
>     outw(0x0612,0x3C4 );                         /* unlock ext regs
> */
>     mdelay(5);
>     outw(0x0700,0x3C4);                        /* reset ext sequence
> mode  */
>     mdelay(5);
>     outw(0x0120,0x3C4);                        /* disable video */
>     mdelay(5);
>     
>     setTextRegs(VgaTextRegs);                /* initial register setup
> */
>     mdelay(5);
>     setTextCLUT();                                /* load color lookup
> table */
>     mdelay(5);
>     loadFont();                                        /* load font */
>     mdelay(5);
>     setTextRegs(VgaTextRegs);                /* reload registers */
>     mdelay(5);
>     
>     outw(0x0100,0x3C4);                        /* re-enable video  */
>     mdelay(5);
>     outb(0x63,0x3c2);                            /* MISC */
>     mdelay(50);
> 

What is this piece of code? Where can I find it?

Ollie






More information about the coreboot mailing list