OS - System Call (Process OS communication)
; ''1'' = ''sys_exit''
mov eax,1
; call kernel
int 0x80
X86 System call tables:
Signature and function definition:
wiki/Unistd.h - list the system call but the id number is not the same that in the call tables.
Doc:
Doc Linux :