oops forgot to declare unused

This commit is contained in:
spikey 2024-02-17 19:41:27 -05:00
parent 0f3456c643
commit d2f7e16f9e
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include <types.h>
#define VGA_SIZE 4000
s32 unused = 0;
s8 *vga_vidmem = (s8 *)0xb8000;
s8 vga_unused = 0;