UbixOS  2.0
video.h File Reference
#include <sys/types.h>
Include dependency graph for video.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define defaultColor   0x0F
 

Functions

void backSpace ()
 
void clearScreen ()
 
void kprint (char *string)
 

Variables

int printColor
 

Macro Definition Documentation

◆ defaultColor

#define defaultColor   0x0F

Definition at line 34 of file video.h.

Function Documentation

◆ backSpace()

void backSpace ( )

Definition at line 37 of file video.c.

References inportByte(), and outportByte().

Here is the call graph for this function:

◆ clearScreen()

void clearScreen ( )

Definition at line 109 of file video.c.

◆ kprint()

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().

Here is the call graph for this function:

Variable Documentation

◆ printColor

int printColor

Definition at line 35 of file video.c.

Referenced by sys_write().