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:
8
include/m/kb_device.h
Normal file
8
include/m/kb_device.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _M_KB_DEVICE_H
|
||||
#define _M_KB_DEVICE_H
|
||||
|
||||
#define KB_DEVICE 1
|
||||
|
||||
#define KB_READ_KEY 0
|
||||
|
||||
#endif // _M_KB_DEVICE_H
|
||||
@@ -14,5 +14,6 @@
|
||||
#define ST_OOB_ERROR 10
|
||||
#define ST_BAD_PATH 11
|
||||
#define ST_EXEC_ERROR 12
|
||||
#define ST_TRY_AGAIN 13
|
||||
|
||||
#endif // _M_STATUS_H
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
#ifndef _M_TERMINAL_DEVICE_H
|
||||
#define _M_TERMINAL_DEVICE_H
|
||||
|
||||
#define TERMINAL_DEVICE 0
|
||||
|
||||
#define TERMINAL_PUTSTR 0
|
||||
|
||||
#endif // _M_TERMINAL_DEVICE_H
|
||||
|
||||
Reference in New Issue
Block a user