From 2be70c3b7c3cb806614318858090c039bdfd4fc5 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sat, 7 Feb 2015 16:56:02 -0500 Subject: fix RNG with zero seed, rename VGA->GFX --- drivers/tty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/tty.c') diff --git a/drivers/tty.c b/drivers/tty.c index 7bce7e7..ae15778 100644 --- a/drivers/tty.c +++ b/drivers/tty.c @@ -1,9 +1,9 @@ #include #include +#include "gfx.h" #include "io.h" #include "panic.h" #include "tty.h" -#include "vga.h" static int term_x, term_y; static uint8_t term_col; -- cgit v1.1