You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#define __LIBRARY__
|
|
#include<stdio.h>
|
|
#include<unistd.h>
|
|
#include<errno.h>
|
|
#include<time.h>
|
|
|
|
#define vga_graph_memstart 0xA0000
|
|
#define vga_graph_memsize 64000
|
|
#define cursor_side 6
|
|
|