Die Community zu .NET und Classic VB.
Menü

Understanding the Linux Kernel

 von 

Beschreibung des Herausgebers 

Bild des Buches

Why is Linux so efficient? Is it the right operating system for a particular application? What can be learned from looking at the kernel source code? These are the kinds of questions that Understanding the Linux Kernel takes in stride in this guided tour of the code that forms the core of all Linux operating systems.

Linux is presented too often as a casual hacker experiment. It has increasingly become not only a mission-critical part of many organizations, but a sophisticated display of programming skill.

It incorporates many advanced operating system concepts and has proven itself extremely robust and efficient for a wide range of uses.

Understanding the Linux Kernel helps readers understand how Linux performs best and how it meets the challenge of different environments. The authors introduce each topic by explaining its importance, and show how kernel operations relate to the utilities that are familiar to Unix programmers and users.

Major topics include

  • Memory management, including file buffering, process swapping, and Direct
  • Memory Access (DMA)
  • The Virtual File System and the Second Extended File System
  • Process creation and scheduling
  • Signals, interrupts, and the essential interfaces to device drivers
  • Timing
  • Synchronization in the kernel
  • Inter-Process Communication (IPC)
  • Program execution

Informationen zum Buch 

Titel: Understanding the Linux Kernel
Untertitel: Why is Linux so efficient?
Autor/en: Daniel P. Bovet & Marco Cesati
Verlag: O'Reilly
Erstausgabe: 2000
Seiten: 702 gebunden
inkl. CD: Nein
ISBN: 0-596-00002-2
Preis: 43,50 EUR
Sprache: Englisch
Bestellen:  

Kommentar von Stefan Eilers 

{8} Wer schon immer einmal wissen wollte, was hinter den Kulissen eines Betriebssystemes so passiert, war bisher auf die Standardwerke von Andrew S. Tanenbaum angewiesen, welche sich aber mit einer Betriebssystemimplementation (MINIX) beschäftigten, welches niemals in der Wirklichkeit Verwendung fand. Diese Tatsache hat sich seit diesem geändert: Beginnend bei den Hardwareeigenschaften Pentium basierter Systeme - bis zu den abstrahierten "höheren" Schichten des Linux Kernels - wird in diesem Buch detailliert auf die Tricks und Kniffe moderner und optimierter Betriebssysteme eingegangen. Die Zielsetzung besteht dabei, den Leser zu befähigen selbständig die Linux Sourcen zu verstehen und Änderungen an ihnen vorzunehmen. Ein "Muß" für Menschen die den Kernel erweitern, Treiber programmieren oder es einfach genau wissen wollen. Ein Leckerbissen für diejenigen die gerne kopfüber in den Eingeweiden komplexer Systeme stecken ! Der Leser sollte aber schon grundlegende Betriebssystem- und C-Kenntnisse besitzen !

Schwierigkeitsgrad
Empfehlenswert