Kernel: Move PS2Device to its own file

This commit is contained in:
2024-01-04 10:49:51 +02:00
parent 8f8d6bddc0
commit 891ced4da2
7 changed files with 126 additions and 115 deletions

View File

@@ -33,6 +33,7 @@ set(KERNEL_SOURCES
kernel/FS/TmpFS/Inode.cpp
kernel/FS/VirtualFileSystem.cpp
kernel/Input/PS2Controller.cpp
kernel/Input/PS2Device.cpp
kernel/Input/PS2Keyboard.cpp
kernel/Input/PS2Keymap.cpp
kernel/InterruptController.cpp