summaryrefslogtreecommitdiff
path: root/asm
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-20 20:37:43 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-20 20:37:43 +0100
commitb9af856ae4a65e09b401cdbc7858c6cd4b1b0b5f (patch)
treef4e4cc549570f42d9e6701b0db702bc9f81157e1 /asm
parente500989866e365027e3071cc82ddffa2fbb38288 (diff)
working on syscalls
Diffstat (limited to 'asm')
-rw-r--r--asm/int_syscall_handler.asm1
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: