Book description
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
Table of contents
- Copyright
- Preface
- Introduction
- Memory Addressing
- Processes
- Interrupts and Exceptions
- Timing Measurements
- Memory Management
- Process Address Space
- System Calls
- Signals
- Process Scheduling
- Kernel Synchronization
- The Virtual Filesystem
- Managing I/O Devices
- Disk Caches
- Accessing Regular Files
- Swapping: Methods for Freeing Memory
- The Ext2 Filesystem
- Process Communication
- Program Execution
- System Startup
- Modules
- Source Code Structure
- Bibliography
- Colophon
- Index
Product information
- Title: Understanding the Linux Kernel
- Author(s):
- Release date: October 2000
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9780596000028
You might also like
book
Kerberos: The Definitive Guide
Kerberos, the single sign-on authentication system originally developed at MIT, deserves its name. It's a faithful …
book
Tidy First?
Messy code is a nuisance. "Tidying" code, to make it more readable, requires breaking it up …
book
Modern Software Engineering: Doing What Works to Build Better Software Faster
Improve Your Creativity, Effectiveness, and Ultimately, Your Code In Modern Software Engineering, continuous delivery pioneer David …
book
Learning Git
This book teaches Git in a simple, visual, and tangible manner so that you can build …