VGA_MEMORY higher half relocation
This commit is contained in:
parent
494ed66266
commit
7017065d74
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue