UbixOS
2.0
|
#include <sys/types.h>
Go to the source code of this file.
Macros | |
#define | defaultColor 0x0F |
Functions | |
void | backSpace () |
void | clearScreen () |
void | kprint (char *string) |
Variables | |
int | printColor |
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 |
Definition at line 35 of file video.c.
Referenced by sys_write().