UbixOS
2.0
|
Go to the source code of this file.
Functions | |
void | backSpace () |
void | clearScreen () |
void | kprint (char *string) |
Variables | |
int | printColor = defaultColor |
void backSpace | ( | ) |
Definition at line 37 of file video.c.
References inportByte(), and outportByte().
void kprint | ( | char * | string | ) |
Definition at line 58 of file video.c.
References inportByte(), NULL, outportByte(), tty_find(), tty_foreground, and tty_print().
Referenced by kprintf().
int printColor = defaultColor |
Definition at line 35 of file video.c.
Referenced by sys_write().