On Jul 23, 2008, Nifty Fedora Mitch <[EMAIL PROTECTED]> wrote:

> systematic interface between the kernel services and the applications.
> This interface consists of an API and and ABI.

Not really.  It's just an ABI, really.  It's GNU libc's job to offer
an API for applications and translate that into the system calls
defined in the kernel ABI.  There's no such thing as a kernel header
file you can include from userland and start issuing calls into the
kernel.  Kernel developers will tell you that including kernel headers
from userland is not kosher.

Of course GNU libc has its own ABI as well, and that's what
applications for GNU/Linux are compatible with, after being built
using the GNU libc API.  As for the kernel ABI, nothing but GNU libc
really cares about it, since pretty much nobody else issues syscalls
directly.

-- 
Alexandre Oliva         http://www.lsd.ic.unicamp.br/~oliva/
Free Software Evangelist  [EMAIL PROTECTED], gnu.org}
FSFLA Board Member       ¡Sé Libre! => http://www.fsfla.org/
Red Hat Compiler Engineer   [EMAIL PROTECTED], gcc.gnu.org}

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Reply via email to