A helper class that implements a vga console and forwards message to sigma0. More...
#include <console.h>
Classes | |
| struct | console_data |
Protected Member Functions | |
| void | console_init (const char *name) |
Static Protected Member Functions | |
| static void | putc (void *data, int value) |
Protected Attributes | |
| VgaRegs | _vga_regs |
| struct console_data | _console_data |
| char | _vga_console [0x1000] |
A helper class that implements a vga console and forwards message to sigma0.
| void ProgramConsole::console_init | ( | const char * | name | ) | [inline, protected] |
| static void ProgramConsole::putc | ( | void * | data, | |
| int | value | |||
| ) | [inline, static, protected] |
struct console_data ProgramConsole::_console_data [protected] |
char ProgramConsole::_vga_console[0x1000] [protected] |
VgaRegs ProgramConsole::_vga_regs [protected] |
1.7.1