my changes

This commit is contained in:
spikey 2024-02-18 07:58:59 -05:00
parent d1cab17836
commit 4ce97046e3
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#define VGA_SIZE 4000
#define VGA_TEXT_SIZE 2000
s32 unused = 0;
s16 unused = 0;
s8 *vga_vidmem = (s8 *)0xb8000;
s8 vga_unused = 0;