
The Linux Kernel
by Andries Brouwer
2003
Description:
The kernel is the part of the system that handles the hardware, allocates resources like memory pages and CPU cycles, and usually is responsible for the file system and network communication. This text covers the kernel source, user space and the libc interface, system calls, signals, file names and files, filesystems, the linux virtual file system, memory, processes, character devices, handling of asynchronous events, sysfs and kobjects, security.
Download or read it online for free here:
Read online
(online html)
Similar books
Pocket Linux Guideby David Horton - LDP
The Pocket Linux Guide is for anyone interested in learning the techniques of building a GNU/Linux system from source code. Each chapter explores a small piece of the overall system explaining how it works, why it is needed and how to build it.
(12854 views)
Linux Quick Fix Notebookby Peter Harrison - Prentice Hall
This book provides instructions on how to configure the most popular Linux back office applications. To avoid confusion between the many flavors of Linux, this book exclusively uses the command line to illustrate the tasks needed to be done.
(14526 views)
GNU Emacs Manualby Richard Stallman - Free Software Foundation
GNU Emacs is much more than a word processor. This book explains the full range of Emacs' power and contains reference material useful to expert users. Appendices with specific material for Macintosh and Microsoft OS users are included.
(16874 views)
Linux Parallel Processing HOWTOby Hank Dietz - The Aggregate
This document discusses the basic approaches to parallel processing available to Linux users: SMP Linux systems, clusters of networked Linux systems, parallel execution using multimedia instructions, and attached processors hosted by a Linux system.
(14132 views)