Skip to content
Snippets Groups Projects
Commit 75506c66 authored by rsc's avatar rsc
Browse files

use console lock

parent d5225710
No related branches found
No related tags found
No related merge requests found
......@@ -278,7 +278,7 @@ console_init(void)
devsw[CONSOLE].write = console_write;
devsw[CONSOLE].read = console_read;
//use_console_lock = 1;
use_console_lock = 1;
pic_enable(IRQ_KBD);
ioapic_enable(IRQ_KBD, 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment