Handle ps2 keyboard via special process
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
|
||||
typedef struct {
|
||||
atomic_bool lock;
|
||||
uint64_t flags;
|
||||
} SpinLock;
|
||||
|
||||
#define SPINLOCK_HINT() asm volatile("pause")
|
||||
|
Reference in New Issue
Block a user