Add wnohang, make PS/2 driver write input to display scheme, which then passes it to the shell
This commit is contained in:
parent
046236c10f
commit
76b0c7eeea
9 changed files with 151 additions and 96 deletions
|
@ -41,3 +41,5 @@ pub const O_FSYNC: usize = 0x80;
|
|||
pub const O_CREAT: usize = 0x200;
|
||||
pub const O_TRUNC: usize = 0x400;
|
||||
pub const O_EXCL: usize = 0x800;
|
||||
|
||||
pub const WNOHANG: usize = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue