#include <ubixos/types.h>
Go to the source code of this file.
Defines | |
| #define | defaultColor 0x0F |
Functions | |
| void | backSpace () |
| void | clearScreen () |
| void | kprint (char *string) |
Variables | |
| int | printColor |
| #define defaultColor 0x0F |
| void backSpace | ( | ) |
Definition at line 40 of file video.c.
References inportByte(), outportByte(), printColor, tty_foreground, tty_termNode::tty_x, tty_termNode::tty_y, and videoBuffer.
Referenced by keyboardHandler().
| void clearScreen | ( | ) |
Definition at line 115 of file video.c.
References defaultColor, outportByte(), videoBuffer, and x20.
Referenced by kmain().
| void kprint | ( | char * | string | ) |
Definition at line 62 of file video.c.
References inportByte(), NULL, outportByte(), printColor, tty_find(), tty_foreground, tty_print(), videoBuffer, and x20.
| int printColor |
1.4.7