summaryrefslogtreecommitdiff
path: root/asm/int.s
diff options
context:
space:
mode:
Diffstat (limited to 'asm/int.s')
-rw-r--r--asm/int.s20
1 files changed, 0 insertions, 20 deletions
diff --git a/asm/int.s b/asm/int.s
index 156c266..3049a52 100644
--- a/asm/int.s
+++ b/asm/int.s
@@ -40,26 +40,6 @@
.global exc17
.global exc18
-//temporary
-.global asm_mouse_handler
-.global asm_kb_handler
-
-asm_kb_handler:
- push %eax
- mov $0x0,%eax
- in $0x60,%al
- pop %eax
- ret
-
-asm_mouse_handler:
- push %eax
- mov $0x0,%eax
- in $0x60,%al
- pop %eax
- ret
-
-///////////////
-
// nothing to ack
.macro ack0
.endm