In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety of systems, you need to delve deep into the heart of the kernel. The kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in
Understanding the Linux Kernel
โ Scribed by Daniel P. Bovet, Marco Cesati
- Book ID
- 127445507
- Publisher
- O'Reilly Media
- Year
- 2003
- Tongue
- English
- Weight
- 2 MB
- Edition
- Second Edition
- Category
- Library
- City
- Beijing; Sebastopol, Calif
- ISBN
- 0596002130
No coin nor oath required. For personal study only.
โฆ Synopsis
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"
๐ SIMILAR VOLUMES
Understanding the Linux Kernel is intended to be read by those who are happy to check points off against the source code. The first thing you learn is how Linux, released from commercial constraints, is able to take advantage of the best ideas from other systems, implemented in wonderfully flexible
High Quality Content by WIKIPEDIA articles! The Linux Kernel API is an application programming interface providing a uniform method for device drivers and other low-level software written for the Linux kernel to access system resources and services. An application programming interface (API) is an i
The Linux kernel is one of the most important and far-reaching open-source projects. That is why Novell Press is excited to bring you the second edition of Linux Kernel Development, Robert Love's widely acclaimed insider's look at the Linux kernel. This authoritative, practical guide helps developer
Explains the inner mechanisms of Linux from process scheduling to memory management and file systems