use console lock
This commit is contained in:
parent
d522571068
commit
75506c6655
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ console_init(void)
|
||||||
|
|
||||||
devsw[CONSOLE].write = console_write;
|
devsw[CONSOLE].write = console_write;
|
||||||
devsw[CONSOLE].read = console_read;
|
devsw[CONSOLE].read = console_read;
|
||||||
//use_console_lock = 1;
|
use_console_lock = 1;
|
||||||
|
|
||||||
pic_enable(IRQ_KBD);
|
pic_enable(IRQ_KBD);
|
||||||
ioapic_enable(IRQ_KBD, 0);
|
ioapic_enable(IRQ_KBD, 0);
|
||||||
|
|
Loading…
Reference in a new issue