pull/30/head
E. Almqvist 3 years ago
parent d95dcc2e17
commit 3186c55451
  1. 7
      drivers/vga.c

@ -3,13 +3,6 @@
#include "../kernel/io.h" #include "../kernel/io.h"
#include "../lib/str.h" #include "../lib/str.h"
// Memory
#define VGA_ADDRESS (char*)0xb8000
#define VGA_ADDRESS_MAX (char*)0xb8fa0
#define MAX_ROWS 25
#define MAX_COLS 80
static unsigned int cursor_row = 0; static unsigned int cursor_row = 0;
static unsigned int cursor_col = 0; static unsigned int cursor_col = 0;

Loading…
Cancel
Save