Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
exit_group.c File Reference
#include "hal/cpu/core.h"
#include "libk/serial.h"
#include <sys/syscall.h>

Go to the source code of this file.

Functions

void syscall_exit_group (int status)
 

Function Documentation

◆ syscall_exit_group()

void syscall_exit_group ( int status)

Definition at line 5 of file exit_group.c.

References get_current_core_data(), serial2_printf(), and status.

Referenced by syscall_dispatch().