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:
@@ -3,3 +3,8 @@ c += device/device.c \
|
||||
|
||||
o += device/device.o \
|
||||
device/terminal.o
|
||||
|
||||
ifeq ($(platform),amd64)
|
||||
c += device/ps2_kb.c
|
||||
o += device/ps2_kb.o
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user