This commit is contained in:
MonkeyGG2 2024-02-17 15:06:14 -05:00
parent 1b219ee054
commit d859674db7
1 changed files with 9 additions and 0 deletions

View File

@ -1 +1,10 @@
#define VGA_START 0xB8000
#define SIZE 4000
void vga_write(char*, char, short) {
}
void vga_clearscreen() {
}