System calls: how programs talk to the Linux kernel (serversfor.dev)
from zknd@lemmy.world to programming@programming.dev on 17 Dec 13:22
https://lemmy.world/post/40328226

Hello everyone,

I’ve just published the second post in my Linux Inside Out series.

In the first post we demystified the Linux kernel a bit: where it lives, how to boot it in a VM, and we even wrote a tiny init program.

In this second post we go one layer deeper and look at how programs actually talk to the kernel. We’ll do a few small experiments to see:

I’m mainly targeting developers and self-hosters who use Linux daily and are curious about the internals of a Linux-based operating system.

This is part 2 of a longer series, going layer by layer through a Linux system while trying to keep things practical and approachable.

Link (part 2): serversfor.dev/…/system-calls-how-programs-talk-t…

Link (part 1): serversfor.dev/…/the-linux-kernel-is-just-a-progr…

As always, any feedback is appreciated.

#programming

threaded - newest

roninja@programming.dev on 18 Dec 07:15 collapse

Thank you! That really filled the gaps in my understanding.

zknd@lemmy.world on 18 Dec 08:19 collapse

Thank you for the feedback.