tag | line | file | source code |
---|---|---|---|
def_color | 518 | kernel/chr_drv/console.c | color = def_color; |
def_color | 559 | kernel/chr_drv/console.c | color = (def_color & 0x0f) | background; |
def_color | 562 | kernel/chr_drv/console.c | color = (def_color & 0xf0) | foreground; |
def_color | 726 | kernel/chr_drv/console.c | def_color = attr; |
def_color | 1318 | kernel/chr_drv/console.c | def_color = 0x07; /* white */ |