Calls made from Userland to the OS to access Kernel Level resources.
Syscall List
https://x86.syscall.sh/
You can view each syscall’s with man, like: man open
System Call Errors
Syscalls will keep their error enum in errno that can be printed with perror()