aboutsummaryrefslogtreecommitdiff
path: root/include/06.keyboard/deo16
diff options
context:
space:
mode:
Diffstat (limited to 'include/06.keyboard/deo16')
-rw-r--r--include/06.keyboard/deo164
1 files changed, 4 insertions, 0 deletions
diff --git a/include/06.keyboard/deo16 b/include/06.keyboard/deo16
new file mode 100644
index 0000000..a55e9c2
--- /dev/null
+++ b/include/06.keyboard/deo16
@@ -0,0 +1,4 @@
+void keyboard_handler()
+{
+ ioport_out(PIC1_COMMAND_PORT, 0x20);
+ uint8_t status = ioport_in(KEYBOARD_STATUS_PORT);