Changeset 429acb9 in mainline for console/screenbuffer.h


Ignore:
Timestamp:
2006-06-03T17:38:24Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1f36e90
Parents:
dc5a0fe1
Message:

Added nice kernel console switching, currently works on fb devices.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • console/screenbuffer.h

    rdc5a0fe1 r429acb9  
    3131
    3232
    33 #define DEFAULT_FOREGROUND_COLOR 0xffffff       /**< default console foreground color */
    34 #define DEFAULT_BACKGROUND_COLOR 0x00003f       /**< default console background color */
     33#define DEFAULT_FOREGROUND 0xffff00     /**< default console foreground color */
     34#define DEFAULT_BACKGROUND 0x000080     /**< default console background color */
    3535
    3636typedef struct {
Note: See TracChangeset for help on using the changeset viewer.