Fix color support to work everywhere via hacky static variable

This commit is contained in:
2019-04-05 19:20:33 -07:00
parent f00ab71fb5
commit 47a176223b
5 changed files with 84 additions and 56 deletions

View File

@@ -17,6 +17,7 @@ KERN_SRCFILES := kern/entry.S \
kern/entrypgdir.c \
kern/init.c \
kern/console.c \
kern/ansi.c \
kern/monitor.c \
kern/pmap.c \
kern/env.c \