From 4536dc81b4be9a62328826455664cd6d696df8fb Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Sun, 25 Feb 2024 01:45:19 +0100 Subject: IPC: Inform the scheduler the process is waiting for a IPC message --- kernel/cpu/int_syscall.s | 1 + 1 file changed, 1 insertion(+) (limited to 'kernel/cpu') diff --git a/kernel/cpu/int_syscall.s b/kernel/cpu/int_syscall.s index b2c0de9..bda7312 100644 --- a/kernel/cpu/int_syscall.s +++ b/kernel/cpu/int_syscall.s @@ -2,6 +2,7 @@ .global int_syscall .extern syscall_functions int_syscall: +sti push ebp mov ebp,esp push edi -- cgit v1.2.3