add: higher half kernel, NOT WORKING

This commit is contained in:
2024-10-14 15:57:11 +02:00
parent 41786ea523
commit 5969dcca54
3 changed files with 125 additions and 103 deletions

View File

@ -8,7 +8,7 @@
#define VGA_WIDTH 80
#define VGA_HEIGHT 25
#define TERM_BUF ((uint16_t *)0xB8000)
#define TERM_BUF ((uint16_t *)0xC03FF000)
#define TERM_COUNT 10
struct screen {