VGA_MEMORY higher half relocation

This commit is contained in:
Kat R. 2022-10-29 10:05:51 -05:00
parent 494ed66266
commit 7017065d74
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
static const size_t VGA_WIDTH = 80;
static const size_t VGA_HEIGHT = 24;
static uint16_t* const VGA_MEMORY = (uint16_t*) 0xB8000 ;
static uint16_t* const VGA_MEMORY = (uint16_t*) 0xC03FF000 ;
static size_t term_row;
static size_t term_col;