This item is not eligible for Amazon Prime, but millions of other items are. Join Amazon Prime today. Already a member? Sign in.

33 used & new from $0.36
See All Buying Options

Have one to sell? Sell yours here
 
   
Tell a Friend
Understanding the LINUX Kernel: From I/O Ports to Process Management
 
 
Are You an Author or Publisher?
Find out how to publish your own Kindle Books
 
  

Understanding the LINUX Kernel: From I/O Ports to Process Management (Paperback)

by Daniel Pierre Bovet (Author), Marco Cesati (Author)
4.1 out of 5 stars  (17 customer reviews)


Available from these sellers.


33 used & new available from $0.36
Also Available in: List Price: Our Price: Other Offers:
Paperback (Bargain Price) 14 used & new from $6.74
 
   

Customers Who Bought This Item Also Bought

Linux Device Drivers (Nutshell Handbook)

Linux Device Drivers (Nutshell Handbook) by Alessandro Rubini

4.2 out of 5 stars (44) 
Understanding the Linux Kernel (2nd Edition)

Understanding the Linux Kernel (2nd Edition) by Daniel P. Bovet

4.1 out of 5 stars (13) 
Linux Core Kernel Commentary: Guide to Insider's Knowledge on the Core Kernel of the Linux Code

Linux Core Kernel Commentary: Guide to Insider's Knowledge on the Core Kernel of the Linux Code by Scott A. Maxwell

3.6 out of 5 stars (17) 
Understanding the Linux Kernel, Third Edition

Understanding the Linux Kernel, Third Edition by Daniel Bovet

4.6 out of 5 stars (17)  $32.97
Explore similar items : Books (4)

Editorial Reviews

Amazon.com
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 ways. A good example is the Virtual File System (VFS), which has made it easy to add support for file systems from almost every other OS. It's fascinating to find out how such features are implemented. Then, there are loadable modules, I/O, scheduling, multitasking, multiprocessing, interrupts, spin locks, semaphores, and all of the other goodies that are involved in making a kernel work.

The authors are concerned primarily with the Linux 2.2 kernel. They discuss how Linus Torvald's decisions on kernel issues translate into architecture; for example, how the Linux memory management uses a slab allocator on top of a buddy system for greater efficiency. Similarly, at the cost of a little complexity, the decision to use three-level memory paging, when two work fine on 32-bit systems, makes it possible to port to 64-bit processors without changes. The tradeoffs between complexity and efficiency are discussed for most kernel features, and each chapter finishes with related new features in kernel 2.4.

Despite the lucid and knowledgeable writing, you'll come up against some brain-stretching complexity. Nevertheless, this book is an important addition to the Linux canon. --Steve Patient, Amazon.co.uk

Product 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


See all Editorial Reviews

Product Details

  • Paperback: 685 pages
  • Publisher: O'Reilly; 1 edition (October 1, 2000)
  • Language: English
  • ISBN-10: 0596000022
  • ISBN-13: 978-0596000028
  • Product Dimensions: 9.2 x 7 x 1.3 inches
  • Shipping Weight: 2.2 pounds
  • Average Customer Review: 4.1 out of 5 stars  (17 customer reviews)
  • Amazon.com Sales Rank: #845,540 in Books (See Bestsellers in Books)
    (Publishers and authors: Improve Your Sales)
  • Also Available in: Paperback (Bargain Price) |  All Editions


Look Inside This Book
Browse Sample Pages:
Front Cover | Table of Contents | Excerpt | Index | Back Cover