Skip to content

Instantly share code, notes, and snippets.

View Y7n05h's full-sized avatar

Y7n05h Y7n05h

View GitHub Profile
@Y7n05h
Y7n05h / calling_conventions.md
Created August 5, 2021 02:22 — forked from yamnikov-oleg/calling_conventions.md
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