back to old default colors

This commit is contained in:
2025-10-08 19:03:30 +02:00
parent a1ec132d09
commit 49cebd277c
2 changed files with 13 additions and 7 deletions

View File

@ -11,7 +11,7 @@ CFLAGS += -m64 \
-mno-red-zone \
-fno-stack-protector \
-fno-stack-check \
-Os \
-O0 \
LDFLAGS += -m elf_x86_64 \
-pie \

View File

@ -51,12 +51,18 @@ void term_doinit(void *addr) {
BOOT_INFO.fb->blue_mask_size,
BOOT_INFO.fb->blue_mask_shift,
NULL, // canvas
ansi_colours, // ansi colors
ansi_bright_colours, // ansi bright colors
&default_bg, // default bg
&default_fg, // default fg
&default_fg_bright, // default bg bright
&default_bg_bright, // default fg bright
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
/* ansi_colours, // ansi colors */
/* ansi_bright_colours, // ansi bright colors */
/* &default_bg, // default bg */
/* &default_fg, // default fg */
/* &default_fg_bright, // default bg bright */
/* &default_bg_bright, // default fg bright */
FM_T_437_F16,
8,
16,