Working PS/2 keyboard driver
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m19s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m19s
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
#define _KERNEL_PROC_CAPABILITY_H
|
||||
|
||||
#define PROC_CAP_TERMINAL (1 << 0)
|
||||
#define PROC_CAP_KB (1 << 1)
|
||||
|
||||
#endif // _KERNEL_PROC_CAPABILITY_H
|
||||
|
||||
Reference in New Issue
Block a user