FOC: Disable the virtual console echo
This patch is needed for the Genode KDB terminal. Fixes ssumpf/foc#1.
This commit is contained in:
committed by
Sebastian Sumpf
parent
300faf9de7
commit
fded832001
@@ -51,9 +51,8 @@ FIASCO_DEFINE_KOBJ(Vlog);
|
|||||||
PUBLIC
|
PUBLIC
|
||||||
Vlog::Vlog()
|
Vlog::Vlog()
|
||||||
: _irq(0),
|
: _irq(0),
|
||||||
_i_flags(F_ICRNL), _o_flags(F_ONLCR), _l_flags(F_ECHO)
|
_i_flags(F_ICRNL), _o_flags(F_ONLCR), _l_flags(0)
|
||||||
{
|
{
|
||||||
Vkey::set_echo(Vkey::Echo_crnl);
|
|
||||||
// CAP idx 5 is the initial kernel stream
|
// CAP idx 5 is the initial kernel stream
|
||||||
initial_kobjects.register_obj(this, 5);
|
initial_kobjects.register_obj(this, 5);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user