diff options
Diffstat (limited to 'asm')
| -rw-r--r-- | asm/int.h | 3 | ||||
| -rw-r--r-- | asm/int.s | 20 |
2 files changed, 0 insertions, 23 deletions
@@ -38,6 +38,3 @@ void exc15(); void exc16(); void exc17(); void exc18(); - -void asm_mouse_handler(); -void asm_kb_handler(); @@ -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 |
