Seperate PS/2 keyboard and mouse driver
This commit is contained in:
parent
70a2faa0c7
commit
727647dbf1
6 changed files with 49 additions and 44 deletions
|
@ -73,8 +73,7 @@ pub extern crate x86;
|
|||
macro_rules! print {
|
||||
($($arg:tt)*) => ({
|
||||
use core::fmt::Write;
|
||||
let mut console = $crate::console::CONSOLE.lock();
|
||||
let _ = write!(console, $($arg)*);
|
||||
let _ = write!($crate::console::CONSOLE.lock(), $($arg)*);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue