diff --git a/kernel/sysabi.md b/kernel/sysabi.md index 13eefe1..607b534 100644 --- a/kernel/sysabi.md +++ b/kernel/sysabi.md @@ -124,7 +124,7 @@ If another process calls them, they will just return without doing anything. - __SIGKILL__: kills the process and destroys the processes data structures - __SIGEXIT__: send by the kernel before stopping the process - handler implementation possible - __SIGPFAULT__: sends when the process access memory it is not permitted to. Followed by SIGEXIT - handler implementation possible -- __SIGMATHAULT__: sends when the process does stuff like dividing by zero. Followed by SIGEXIT - handler implementation possible +- __SIGMATHFAULT__: sends when the process does stuff like dividing by zero. Followed by SIGEXIT - handler implementation possible ---