bootloader: Clarify comment in text_console.h.
The following colors are "foreground colors only" not "foreground colors, only if".
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
#include <boot/vfs.h>
|
#include <boot/vfs.h>
|
||||||
#include <boot/stdio.h>
|
#include <boot/stdio.h>
|
||||||
|
|
||||||
// Standard 16 color palette. Common for BIOS and OpenFirmware.
|
// Standard 16 color palette.
|
||||||
enum console_color {
|
enum console_color {
|
||||||
// foreground and background colors
|
// foreground and background colors
|
||||||
BLACK,
|
BLACK,
|
||||||
@@ -20,8 +20,7 @@ enum console_color {
|
|||||||
PURPLE,
|
PURPLE,
|
||||||
BROWN,
|
BROWN,
|
||||||
GRAY,
|
GRAY,
|
||||||
// foreground colors only if blinking is enabled (restriction applies
|
// foreground colors only, if blinking is enabled (on bios_ia32)
|
||||||
// to BIOS only)
|
|
||||||
DARK_GRAY,
|
DARK_GRAY,
|
||||||
BRIGHT_BLUE,
|
BRIGHT_BLUE,
|
||||||
BRIGHT_GREEN,
|
BRIGHT_GREEN,
|
||||||
|
|||||||
Reference in New Issue
Block a user