Allow userspace to handle IRQs (WIP). Create basic keyboard handler
This commit is contained in:
parent
4bcee99d9f
commit
36fde7c7c5
8 changed files with 115 additions and 24 deletions
|
@ -13,7 +13,7 @@ pub struct Memory {
|
|||
flags: EntryFlags
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Clone, Debug)]
|
||||
pub enum SharedMemory {
|
||||
Owned(Arc<Mutex<Memory>>),
|
||||
Borrowed(Weak<Mutex<Memory>>)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue