bootloader: Clarify comment in text_console.h.

The following colors are "foreground colors only" not "foreground colors,
only if".
This commit is contained in:
Augustin Cavalier
2021-09-17 15:36:57 -04:00
parent 5e2d0005c1
commit 80519e78aa
@@ -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,