summaryrefslogtreecommitdiff
path: root/kernel/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/keyboard.c')
-rw-r--r--kernel/keyboard.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/keyboard.c b/kernel/keyboard.c
index d1175c1..5d5e71f 100644
--- a/kernel/keyboard.c
+++ b/kernel/keyboard.c
@@ -10,6 +10,10 @@ static char last_code=0;
void int0(uint8_t in)
{
+
+ if(in==0x1e)__asm__("int $88"); // test interrupt 88
+ // whenver A is pressed
+
int i=0;
//
//print_hex(int_count);