Posted on October 26, 2020

We’re going to take a quick look at the system calls (in a Linux-centric way) and answer the following questions:

  • what syscalls are,
  • motivation behind syscalls,
  • slow and fast syscall mechanisms.

We’ll be using assembly to see what’s happening at the lowest level and will browse Linux kernel source code to find answers to some important questions we’ll have along the way.


Source code for the lab: link to Github.