From 483754ab27f2a58011f723efa52163a83c63e56e Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 1 Feb 2015 16:50:55 -0500 Subject: lots of stuff --- drivers/tty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers') diff --git a/drivers/tty.c b/drivers/tty.c index e938abd..c2be189 100644 --- a/drivers/tty.c +++ b/drivers/tty.c @@ -11,7 +11,7 @@ static uint16_t *term_buf; void tty_init(void) { term_buf = (uint16_t*)0xB8000; - term_col = VGA_MAKE_COLOR(VGA_WHITE, VGA_BLACK); + tty_set_color(VGA_MAKE_COLOR(VGA_LIGHT_GRAY, VGA_BLACK)); tty_clear(); } -- cgit v1.1