How the Linux User/Kernel ABI Really Works.

All programs need to interact with the wider system in order to do useful work. C and C++ programmers typically write to the C library as the lowest layer: an abstraction onto the OS that is a not-quite-perfect model. It is often useful to understand the ABI you are really programming to, e.g. when you’re … Continue reading How the Linux User/Kernel ABI Really Works.