added vga
This commit is contained in:
parent
4a0ac0efb7
commit
f9d537c3ac
10
include/video.h
Normal file
10
include/video.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef VIDEO_H
|
||||
#define VIDEO_H
|
||||
|
||||
#define VGA_START 0xB8000
|
||||
#define SIZE 4000
|
||||
|
||||
void vga_write(char *, char, short);
|
||||
void vga_clearscreen();
|
||||
|
||||
#endif
|
1
src/video.c
Normal file
1
src/video.c
Normal file
@ -0,0 +1 @@
|
||||
|
Loading…
Reference in New Issue
Block a user