Changeset d2b66d4 in mainline


Ignore:
Timestamp:
2013-04-08T21:55:42Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e31ea20d
Parents:
df956b9b
Message:

alter kernel console colors to more aesthetically pleasing (golden amber & dark olive green)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/fb/fb.c

    rdf956b9b rd2b66d4  
    5353#include <byteorder.h>
    5454
    55 #define BG_COLOR     0x000080
    56 #define FG_COLOR     0xffff00
     55#define BG_COLOR     0x001620
     56#define FG_COLOR     0xf3cf65
    5757#define INV_COLOR    0xaaaaaa
    5858
Note: See TracChangeset for help on using the changeset viewer.