feat: partially implement PS/2 input subsystem with keyboard and mouse support

This implementation is incomplete, and doesn't work, but it will soon, to be determined, hopefully, uh, yknow.

Signed-off-by kaguya <vpshinomiya@protonmail.com>
This commit is contained in:
kaguya
2026-04-17 17:34:46 -04:00
parent 016ee32987
commit 551eb00708
13 changed files with 686 additions and 8 deletions
+2 -1
View File
@@ -56,5 +56,6 @@
"C_Cpp_Runner.showCompilationTime": false,
"C_Cpp_Runner.useLinkTimeOptimization": false,
"C_Cpp_Runner.msvcSecureNoWarnings": false,
"C_Cpp.errorSquiggles": "enabled"
"C_Cpp.errorSquiggles": "enabled",
"C_Cpp.default.compileCommands": "${workspaceFolder}/build/compile_commands.json"
}