diff options
| author | Miguel <m.i@gmx.at> | 2018-08-21 17:54:28 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-21 17:54:28 +0200 |
| commit | 6c926175afbf1f9ec2715fb007acc28588b36c4a (patch) | |
| tree | e35451d0c8e5c3f3b6033b919f405a40fd6128fc /asm/int_syscall_handler.asm | |
| parent | 8a5fbdabb24250a76feed770bce64d7e3e4f61de (diff) | |
cleaning up multitasking
Diffstat (limited to 'asm/int_syscall_handler.asm')
| -rw-r--r-- | asm/int_syscall_handler.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/int_syscall_handler.asm b/asm/int_syscall_handler.asm index 952faae..a26592f 100644 --- a/asm/int_syscall_handler.asm +++ b/asm/int_syscall_handler.asm @@ -221,8 +221,8 @@ call_unhandled: ;; TODO: redesign this shit! call_read: - mov al, 0x20 ;Port number AND command number to Acknowledge IRQ - out 0x20, al ;Acknowledge IRQ, so we keep getting interrupts + ;//mov al, 0x20 ;Port number AND command number to Acknowledge IRQ + ;//out 0x20, al ;Acknowledge IRQ, so we keep getting interrupts sti call syscall_read |
