Changeset 22cf454d in mainline for arch/ia32/src/ia32.c


Ignore:
Timestamp:
2006-05-05T10:32:21Z (19 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e3c762cd
Parents:
bdc5c516
Message:

ia32 VESA FB support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/ia32.c

    rbdc5c516 r22cf454d  
    3535
    3636#include <arch/ega.h>
     37#include <arch/vesa.h>
    3738#include <genarch/i8042/i8042.h>
    3839#include <arch/i8254.h>
     
    7677{
    7778        if (config.cpu_active == 1) {
     79
     80#ifdef CONFIG_FB
     81                if (vesa_present()) vesa_init();
     82                else
     83#endif
    7884                ega_init();     /* video */
     85               
     86               
    7987                /* Enable debugger */
    8088                debugger_init();
Note: See TracChangeset for help on using the changeset viewer.