Hogyan működik a Linux kernel (kezdőknek)

Inside the kernel

But what does the kernel actually do? The diagram below shows the big picture. The kernel makes its services available to the application programs that run on it through a large collection of entry points, known technically as system calls.

The kernel uses system calls such as 'read' and 'write' to provide an abstraction of your hardware.

The kernel uses system calls such as 'read' and 'write' to provide an abstraction of your hardware.

Továbbiak a kapcsolódó linken...