Understanding the Linux Kernel

Understanding the Linux Kernel
ISBN-10
0596002130
ISBN-13
9780596002138
Category
Computers
Pages
765
Language
English
Published
2002
Publisher
"O'Reilly Media, Inc."
Authors
Marco Cesati, Daniel Pierre Bovet

Description

To thoroughly understand what makes Linux tick and why it's so efficient, you need to delve deep into the heart of the operating system--into the Linux kernel itself. The kernel is Linux--in the case of the Linux operating system, it's the only bit of software to which the term "Linux" applies. The kernel handles all the requests or completed I/O operations and determines which programs will share its processing time, and in what order. Responsible for the sophisticated memory management of the whole system, the Linux kernel is the force behind the legendary Linux efficiency. The new edition of Understanding the Linux Kernel takes you on a guided tour through the most significant data structures, many algorithms, and programming tricks used in the kernel. Probing beyond the superficial features, the authors offer valuable insights to people who want to know how things really work inside their machine. Relevant segments of code are dissected and discussed line by line. The book covers more than just the functioning of the code, it explains the theoretical underpinnings for why Linux does things the way it does. The new edition of the book has been updated to cover version 2.4 of the kernel, which is quite different from version 2.2: the virtual memory system is entirely new, support for multiprocessor systems is improved, and whole new classes of hardware devices have been added. The authors explore each new feature in detail. Other topics in the book include: Memory management including file buffering, process swapping, and Direct memory Access (DMA) The Virtual Filesystem and the Second Extended Filesystem Process creation and scheduling Signals, interrupts, and the essential interfaces to device drivers Timing Synchronization in the kernel Interprocess Communication (IPC) Program execution Understanding the Linux Kernel, Second Edition will acquaint you with all the inner workings of Linux, but is more than just an academic exercise. You'll learn what conditions bring out Linux's best performance, and you'll see how it meets the challenge of providing good system response during process scheduling, file access, and memory management in a wide variety of environments. If knowledge is power, then this book will help you make the most of your Linux system.

Other editions

Similar books

  • Understanding Linux Network Internals
    By Christian Benvenuti

    Benvenuti describes the relationship between the Internet's TCP/IP implementation and the Linux Kernel so that programmers and advanced administrators can modify and fine-tune their network environment.

  • The Linux Kernel Book
    By Rémy Card, Éric Dumas, Franck Mével

    'The book you hold in your hand will hopefully help you understand the Linux operating system kernel better. it really is a strange and wonderful world, full of subtle details...

  • Professional Linux Kernel Architecture
    By Wolfgang Mauerer

    Computer Organization and Architecture. Prentice Hall, 1999. [Ste94] W. Richard Stevens. TCP/ IP Illustrated I. The Protocols. Addison-Wesley, 1994. [SteOO] W. Richard Stevens. Programmieren von UNIX- Netzwerken. Hanser, 2000.

  • Linux Kernel Programming: A comprehensive guide to kernel internals, writing kernel modules, and kernel synchronization
    By Kaiwan N Billimoria

    This easy-to-follow guide will have you up and running with writing kernel code in next-to-no time. This book uses the latest 5.4 Long-Term Support (LTS) Linux kernel, which will be maintained from November 2019 through to December 2025.

  • Understanding the Linux Virtual Memory Manager
    By Mel Gorman

    A programmer wanting to understand the workings of the Linux VM today literally has no choice but to study the kernel source code, line-by-line - an excruciatingly difficult and time-consuming...

  • Linux Kernel in a Nutshell
    By Greg Kroah-Hartman

    Presents an overview of kernel configuration and building for version 2.6 of the Linux kernel.

  • Linux Kernel Development
    By Robert Love

    Introduction to the Linux Kernel - Getting started with the kernel - Process management - Process scheduling - System calls - Interrupts and interrupt handlers - Bottom halves and deferring...

  • Understanding The Linux Kernel
    By Daniel P. Bovet

    Understanding The Linux Kernel

  • Mastering Linux Kernel Development: A kernel developer's reference manual
    By Raghu Bharadwaj

    Explore Implementation of core kernel subsystems About This Book Master the design, components, and structures of core kernel subsystems Explore kernel programming interfaces and related algorithms under the hood Completely updated material ...

  • Linux Device Drivers
    By Alessandro Rubini, Jonathan Corbet, Greg Kroah-Hartman

    If the driver tells the kernel the locations of the physical device and driver associated with the tty device, it creates symlinks back to them. ... devices/pci0000:00/0000:00:09.0/usb3/3-1/3-1:1.0/ttyUSB0 | `-- driver -> ../../.