From b9af856ae4a65e09b401cdbc7858c6cd4b1b0b5f Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Thu, 20 Nov 2014 20:37:43 +0100 Subject: working on syscalls --- asm/int_syscall_handler.asm | 1 - 1 file changed, 1 deletion(-) (limited to 'asm') 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: -- cgit v1.2.3