diff options
Diffstat (limited to 'driver/screen.c')
| -rw-r--r-- | driver/screen.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/driver/screen.c b/driver/screen.c index f095a15..4d39b77 100644 --- a/driver/screen.c +++ b/driver/screen.c @@ -1,12 +1,13 @@ #include "screen.h" #include "kernel/kernel.h" +#include "asm_x86.h" //#define FOOLOS_CONSOLE static int posx=0; static int posy=0; -static void scr_nextline(); +//static void scr_nextline(); void update_cursor(uint32_t col,uint32_t row) { |
