PS/2 driver convert to char
This commit is contained in:
parent
727647dbf1
commit
c957c2a105
5 changed files with 120 additions and 82 deletions
|
@ -1,7 +1,6 @@
|
|||
use spin::Mutex;
|
||||
use x86::io;
|
||||
|
||||
use device::ps2::{PS2_KEYBOARD, PS2_MOUSE};
|
||||
use device::serial::{COM1, COM2};
|
||||
|
||||
pub static ACKS: Mutex<[usize; 16]> = Mutex::new([0; 16]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue