back to old default colors
This commit is contained in:
@ -11,7 +11,7 @@ CFLAGS += -m64 \
|
|||||||
-mno-red-zone \
|
-mno-red-zone \
|
||||||
-fno-stack-protector \
|
-fno-stack-protector \
|
||||||
-fno-stack-check \
|
-fno-stack-check \
|
||||||
-Os \
|
-O0 \
|
||||||
|
|
||||||
LDFLAGS += -m elf_x86_64 \
|
LDFLAGS += -m elf_x86_64 \
|
||||||
-pie \
|
-pie \
|
||||||
|
@ -51,12 +51,18 @@ void term_doinit(void *addr) {
|
|||||||
BOOT_INFO.fb->blue_mask_size,
|
BOOT_INFO.fb->blue_mask_size,
|
||||||
BOOT_INFO.fb->blue_mask_shift,
|
BOOT_INFO.fb->blue_mask_shift,
|
||||||
NULL, // canvas
|
NULL, // canvas
|
||||||
ansi_colours, // ansi colors
|
NULL,
|
||||||
ansi_bright_colours, // ansi bright colors
|
NULL,
|
||||||
&default_bg, // default bg
|
NULL,
|
||||||
&default_fg, // default fg
|
NULL,
|
||||||
&default_fg_bright, // default bg bright
|
NULL,
|
||||||
&default_bg_bright, // default fg bright
|
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,
|
FM_T_437_F16,
|
||||||
8,
|
8,
|
||||||
16,
|
16,
|
||||||
|
Reference in New Issue
Block a user