Kernel: Implement PS/2 mouse driver

This is realtively simple driver that queries extensions (scroll +
extra buttons) from mouse and reads mouse packages.
This commit is contained in:
2024-01-04 12:09:49 +02:00
parent d1e187570e
commit e45b544a39
5 changed files with 309 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ set(KERNEL_SOURCES
kernel/Input/PS2/Device.cpp
kernel/Input/PS2/Keyboard.cpp
kernel/Input/PS2/Keymap.cpp
kernel/Input/PS2/Mouse.cpp
kernel/InterruptController.cpp
kernel/kernel.cpp
kernel/Memory/DMARegion.cpp