Changeset 76fca31 in mainline for kernel/arch/ia32/src/ia32.c


Ignore:
Timestamp:
2008-12-16T19:02:07Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5ae4443
Parents:
8fe5980
Message:

kconsole is optional
kernel & uspace framebuffer rewrite with speedups (some things are slightly broken yet)

File:
1 edited

Legend:

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

    r8fe5980 r76fca31  
    9494                else
    9595#endif
    96                         ega_init();     /* video */
     96                        ega_init(); /* video */
    9797               
    9898                /* Enable debugger */
     
    160160void arch_grab_console(void)
    161161{
     162#ifdef CONFIG_FB
     163        vesa_redraw();
     164#else
     165        ega_redraw();
     166#endif
     167       
    162168        i8042_grab();
    163169}
     170
    164171/** Return console to userspace
    165172 *
Note: See TracChangeset for help on using the changeset viewer.