Use a single thread for ps/2 driver

This commit is contained in:
Jeremy Soller 2016-10-14 12:54:37 -06:00
parent ddb222389b
commit 05a5c52f68
5 changed files with 131 additions and 143 deletions

View file

@ -1,5 +1,3 @@
#![feature(question_mark)]
extern crate syscall;
use std::collections::BTreeMap;