taglinefilesource code
def_color816drivers/char/console.ccolor = def_color;
def_color888drivers/char/console.ccolor = (def_color & 0x0f) | background;
def_color896drivers/char/console.ccolor = (def_color & 0x0f) | background;
def_color900drivers/char/console.ccolor = (def_color & 0xf0) | foreground;
def_color1121drivers/char/console.cdef_color = attr;
def_color1885drivers/char/console.cdef_color       = 0x07;   /* white */