taglinefilesource code
def_color524kernel/chr_drv/console.ccolor = def_color;
def_color565kernel/chr_drv/console.ccolor = (def_color & 0x0f) | background;
def_color568kernel/chr_drv/console.ccolor = (def_color & 0xf0) | foreground;
def_color723kernel/chr_drv/console.cdef_color = attr;
def_color1320kernel/chr_drv/console.cdef_color  = 0x07;   /* white */