mirror of https://github.com/E-Almqvist/eOS
parent
1b8020b624
commit
817c46e3e0
@ -0,0 +1,8 @@ |
|||||||
|
char* get_vga_charpos_pointer(unsigned int col, unsigned int row); |
||||||
|
void writechar(char c, unsigned int col, unsigned int row, int colorcode); |
||||||
|
void clear_screen(); |
||||||
|
void disable_cursor(); |
||||||
|
void set_cursor_pos(); |
||||||
|
void print(); |
||||||
|
void println(); |
||||||
|
void vga_init(); |
Loading…
Reference in new issue