![]() |
Xyris
0.5
|
#include <stdint.h>#include <stdarg.h>
Include dependency graph for console.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| Console | |
Macros | |
| #define | VGA_DEFAULT_BACK VGA_Black |
| #define | VGA_DEFAULT_FORE VGA_White |
Functions | |
| void | Console::write (const char c) |
| void | Console::write (const char *str) |
| int | Console::vprintf (const char *fmt, va_list args) |
| int | Console::printf (const char *fmt,...) |
| void | Console::reset (uint32_t fore, uint32_t back) |
| void | Console::reset () |
Framebuffer console.
Definition in file console.hpp.
| #define VGA_DEFAULT_BACK VGA_Black |
Definition at line 16 of file console.hpp.
| #define VGA_DEFAULT_FORE VGA_White |
Definition at line 17 of file console.hpp.