Table of Contents

About

OS - System Call (Process OS communication)

Definition

Implementation

wiki/Interrupt_handler

Example

Exit

; ''1'' = ''sys_exit''
mov	eax,1		
; call kernel
int	0x80

List

Linux

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 :