Implement user schemes. Example in pcid. Currently deadlocks in UserInner
This commit is contained in:
parent
c512d04378
commit
791dbfa7ad
9 changed files with 231 additions and 79 deletions
|
@ -5,7 +5,7 @@ use std::thread;
|
|||
|
||||
use keymap;
|
||||
|
||||
pub fn keyboard() {
|
||||
pub fn keyboard() {
|
||||
let mut file = File::open("irq:1").expect("ps2d: failed to open irq:1");
|
||||
|
||||
loop {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue