diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-20 20:37:43 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-20 20:37:43 +0100 |
| commit | b9af856ae4a65e09b401cdbc7858c6cd4b1b0b5f (patch) | |
| tree | f4e4cc549570f42d9e6701b0db702bc9f81157e1 /asm | |
| parent | e500989866e365027e3071cc82ddffa2fbb38288 (diff) | |
working on syscalls
Diffstat (limited to 'asm')
| -rw-r--r-- | asm/int_syscall_handler.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/asm/int_syscall_handler.asm b/asm/int_syscall_handler.asm index e9bc79d..23b9f84 100644 --- a/asm/int_syscall_handler.asm +++ b/asm/int_syscall_handler.asm @@ -58,7 +58,6 @@ done: out 0x20, al ;Acknowledge IRQ, so we keep getting interrupts mov eax,ebx - nop done_blocking: |
