]> git.dujemihanovic.xyz Git - nameless-os.git/commit
Add PS/2 driver
authorDuje Mihanović <duje.mihanovic@skole.hr>
Sun, 20 Mar 2022 11:36:25 +0000 (12:36 +0100)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Wed, 22 Jun 2022 16:06:17 +0000 (18:06 +0200)
commitcbb0204cd5f26375290d72bd4027e42832786f22
tree0ab5f2595469dbf060478806703de2c30b42391a
parent628db992cdf71f22597a2dcc86bcf456ff7c8db8
Add PS/2 driver

Very incomplete PS/2 driver which can currently reset the controller
(partially), accept keystrokes and supports the shift key.

TODO: Find out why testing a **PS/2 device** hangs
Makefile
include/arch/x86/bitflags.h [new file with mode: 0644]
include/arch/x86/input/ps2.h [new file with mode: 0644]
kernel/arch/x86/irq/sample_handler.c
kernel/drivers/input/ps2.c [new file with mode: 0644]
kernel/kernel.c