omos-tcnj2024/sys/drv/vga/include/video.h
Agnosto Dvonik 1b219ee054 restructur
2024-02-17 14:37:36 -05:00

11 lines
149 B
C

#ifndef VIDEO_H
#define VIDEO_H
#define VGA_START 0xB8000
#define SIZE 4000
void vga_write(char *, char, short);
void vga_clearscreen();
#endif