From c742be9c738c91703a7be787639cad167de3a6b1 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 17 Aug 2018 02:28:02 +0200 Subject: started reviving my fool os --- asm/int_syscall_handler.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asm/int_syscall_handler.asm') diff --git a/asm/int_syscall_handler.asm b/asm/int_syscall_handler.asm index b50eaf7..d928519 100644 --- a/asm/int_syscall_handler.asm +++ b/asm/int_syscall_handler.asm @@ -29,7 +29,6 @@ pid: dd 0x0 int_syscall_handler: - cmp eax, 72 je call_fork @@ -226,6 +225,7 @@ call_sbrk: call_has_data: call syscall_has_data_waiting jmp done + call_tune: call syscall_tune jmp done -- cgit v1.2.3