Changeset 76fca31 in mainline for kernel/genarch/src/fb/font-8x16.c


Ignore:
Timestamp:
2008-12-16T19:02:07Z (15 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/genarch/src/fb/font-8x16.c

    r8fe5980 r76fca31  
    3535#include <genarch/fb/font-8x16.h>
    3636
    37 unsigned char fb_font[FONT_GLIPHS * FONT_SCANLINES] = {
     37uint8_t fb_font[FONT_GLYPHS * FONT_SCANLINES] = {
    3838
    3939        /* 0 0x00 '^@' */
Note: See TracChangeset for help on using the changeset viewer.