#include <kernel_console.h>
Inheritance diagram for Kconsole:
Public Member Functions | |
int | getchar (bool blocking=true) |
read a charcater from the input. | |
void | getchar_chance () |
virtual bool | register_console (Console *c, int pos=0) |
Register a console to be multiplexed. | |
Static Public Member Functions | |
static Mux_console * | console () FIASCO_CONST |
static void | activate () |
Static Private Attributes | |
static bool | initialized |
|
|
|
|
|
read a charcater from the input.
Reimplemented from Mux_console. |
|
Reimplemented from Mux_console. |
|
Register a console to be multiplexed.
Reimplemented from Mux_console. |
|
|