http://uhden.i2p/articles/systems.html
Notes: 1 ABI: An Application Binary
Interface (ABI) defines the low-level interface between an application and
the operating system, including details such as data types, sizes, and
alignment, calling conventions, and system call numbers. ↩ 2 API: An Application Programming
Interface (API) is a set of rules and protocols for building and
interacting with software applications, defining the methods and data
structures that developers can use to...