Keyboard Utilities

- Added KBDINFO which dumps low level info about keyboards.
- Updated KBDTEST and VDCTEST to put the keyboard controller into translation mode which is what these programs were intended to use.
This commit is contained in:
Wayne Warthen
2021-12-21 14:44:07 -08:00
parent 99f4e174ad
commit e698cd9a4a
11 changed files with 835 additions and 79 deletions

View File

@@ -21,6 +21,7 @@ pushd I2C && call Build || exit /b & popd
pushd rzsz && call Build || exit /b & popd
pushd vdctest && call Build || exit /b & popd
pushd kbdtest && call Build || exit /b & popd
pushd kbdinfo && call Build || exit /b & popd
goto :eof