StuBS
|
The input/output subsystem. More...
Files | |
file | outputstream.h |
This file contains the OutputStream. | |
Namespaces | |
namespace | ACPI |
Abstracts the ACPI standard that provides interfaces for hardware detection, device configuration, and energy management. | |
namespace | PS2Controller |
PS/2 Controller. | |
Classes | |
class | CopyStream |
Duplicate all data passed by the stream operator to two output streams. More... | |
class | NullStream |
Ignore all data passed by the stream operator. More... | |
class | GraphicsStream |
Output text (form different data type sources) on screen in graphic mode (similar to TextStream) More... | |
class | Keyboard |
Handles keystrokes. More... | |
class | SerialStream |
Console (VT100 compatible) via Serial interface. More... | |
class | TextStream |
Output text (form different data type sources) on screen in text mode. More... | |
class | KeyDecoder |
Decoder for keyboard codes received from the PS2Controller. More... | |
class | Serial |
Serial interface. More... | |
class | TextMode |
Basic operations in the VGA-compatible text mode. More... | |
class | TextWindow |
Virtual windows in text mode. More... | |
The input/output subsystem.