taglinefilesource code
color_table259kernel/chr_drv/console.cstatic unsigned char color_table[] = { 0, 4, 2, 6, 1, 5, 3, 7,
color_table572kernel/chr_drv/console.ccolor = color_table[par[i]-30]
color_table575kernel/chr_drv/console.ccolor = (color_table[par[i]-40]<<4)
color_table710kernel/chr_drv/console.culcolor = color_table[par[1]];
color_table717kernel/chr_drv/console.chalfcolor = color_table[par[1]];