taglinefilesource code
def_color912drivers/char/console.ccolor = def_color;
def_color984drivers/char/console.ccolor = (def_color & 0x0f) | background;
def_color992drivers/char/console.ccolor = (def_color & 0x0f) | background;
def_color996drivers/char/console.ccolor = (def_color & 0xf0) | foreground;
def_color1141drivers/char/console.cdef_color = attr;
def_color1841drivers/char/console.cdef_color       = 0x07;   /* white */