Skip to content

Instantly share code, notes, and snippets.

View yamnikov-oleg's full-sized avatar

Oleg Yamnikov yamnikov-oleg

  • Self-employed
  • Orenburg, Russia
View GitHub Profile
@yamnikov-oleg
yamnikov-oleg / calling_conventions.md
Created February 20, 2016 09:19
Linux Syscalls Reference

Source: man syscall

Architecture calling conventions

Every architecture has its own way of invoking and passing arguments to the kernel. The details for various architectures are listed in the two tables below.

The first table lists the instruction used to transition to kernel mode, (which might not be the fastest or best way to transition to