Dokumentation
TextMode provides a basic interface to display a character in VGA-compatible text mode More...
#include "types.h"
Include dependency graph for textmode.h:
This graph shows which files directly or indirectly include this file:
Classes | |
class | TextMode |
Basic operations in the VGA-compatible text mode. More... | |
union | TextMode::Attribute |
Structure of a character attribute consists of 4 bit fore- and 3 bit background color, and a single blink bit. More... | |
Structs | |
struct | TextMode::Cell |
Structure for a cell in text mode. More... | |
struct | TextMode::Attribute.__unnamed__ |
Detailed Description
TextMode provides a basic interface to display a character in VGA-compatible text mode