Understanding the Linux Kernel and over one million other books are available for Amazon Kindle . Learn more

Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
Buy Used
Used - Good See details
Price: £20.92

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
Have one to sell? Sell yours here
or
Get a £12.45 Amazon.co.uk Gift Card
Understanding the Linux Kernel
 
 
Start reading Understanding the Linux Kernel on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Understanding the Linux Kernel [Paperback]

Daniel P. Bovet , Marco Cesati
5.0 out of 5 stars  See all reviews (4 customer reviews)
RRP: £45.99
Price: £29.89 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £16.10 (35%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Only 9 left in stock--order soon (more on the way).
Want guaranteed delivery by Wednesday, June 6? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £21.83  
Paperback £29.89  
Trade In this Item for up to £12.45
Get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade in Understanding the Linux Kernel for an Amazon.co.uk gift card of up to £12.45, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Frequently Bought Together

Understanding the Linux Kernel + Linux Device Drivers + Linux Kernel Development: A thorough guide to the design and implementation of the Linux kernel (Developer's Library)
Price For All Three: £78.22

Some of these items are dispatched sooner than the others. Show details

Buy the selected items together


Product details

  • Paperback: 944 pages
  • Publisher: O'Reilly Media; 3 edition (Nov 2005)
  • Language English
  • ISBN-10: 0596005652
  • ISBN-13: 978-0596005658
  • Product Dimensions: 23.4 x 17.8 x 4.6 cm
  • Average Customer Review: 5.0 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon Bestsellers Rank: 211,025 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Authors

Discover books, learn about writers, and more.

Product Description

Product Description

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 what order. It manages limited memory so well that hundreds of processes can share the system efficiently, and expertly organizes data transfers so that the CPU isn't kept waiting any longer than necessary for the relatively slow disks.

The third edition of Understanding the Linux Kernel takes you on a guided tour of the most significant data structures, algorithms, and programming tricks used in the kernel. Probing beyond superficial features, the authors offer valuable insights to people who want to know how things really work inside their machine. Important Intel-specific features are discussed. Relevant segments of code are dissected line by line. But the book covers more than just the functioning of the code; it explains the theoretical underpinnings of why Linux does things the way it does.

This edition of the book covers Version 2.6, which has seen significant changes to nearly every kernel subsystem, particularly in the areas of memory management and block devices. The book focuses on the following topics:

  • Memory management, including file buffering, process swapping, and Direct memory Access (DMA)
  • The Virtual Filesystem layer and the Second and Third Extended Filesystems
  • Process creation and scheduling
  • Signals, interrupts, and the essential interfaces to device drivers
  • Timing
  • Synchronization within the kernel
  • Interprocess Communication (IPC)
  • Program execution

Understanding the Linux Kernel will acquaint you with all the inner workings of Linux, but it's 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. This book will help you make the most of your Linux system.

From the Publisher

This new edition covers Version 2.6 of the Linux kernel, which has seen significant changes to nearly every kernel subsystem, particularly in the areas of memory management and block devices. Understanding the Linux Kernel provides a guided tour of the code that forms the core of all Linux operating systems. Beyond the functioning of the code, the book explains the theoretical underpinnings for why Linux, and many other operating systems, do things the way they do.

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 


Customer Reviews

4 star
0
3 star
0
2 star
0
1 star
0
Most Helpful Customer Reviews
7 of 7 people found the following review helpful
Terrific Book 27 Oct 2009
Format:Paperback
This book really is exactly what it says, it will take you from linux poweruser/administrator to understanding the basics of the kernel, and getting that vital starting point in developing.

I bought it some time ago for some background reading and found it a little bit too detailed for that, but am now studying it in more detail for a potential honuors project at university on linux file systems, which involves some kernel jiggery-pokery. Without this, I doubt I'd ever be able to get started.

It explains big ideas in English, then goes on to explain the interesting parts in English, along with the tiny bit of C code it is describing.

Well written and explains rarer generic things in an easily skippable way - for example there is a part of the kernel that uses double-linked-lists and the page before that explains them in a nice box, so that anybody who knew about them already (since they are a general topic and not specific to kernels) can skip it easily.
Comment | 
Was this review helpful to you?
3 of 5 people found the following review helpful
Format:Paperback
This book is excellent way to get know how Linux kernel works and what it does. For person like me, sysadmin for some years already, the book clarifies what makes operating system to behave some way or other. I will not recommend this book for any junior sysadmin, but for thous who have experience and whom are asked to help when systems work strange way the book can give really good background knowledge.

For example after reading this book I could understand slocate cronjob and page table growing relation. Of course removing slocate from cron is the fix, but knowing why it helps and what it does is related to slabs. Even monkey can fix things without understanding what he is doing or why, that is why the book is so important.

Since this and Solaris internals are only books about this subject (what I know) there is no other option than give five starts. I hope in future there will be even better and less dry kernel internal books. Meanwhile this is one of the best.
Comment | 
Was this review helpful to you?
11 of 23 people found the following review helpful
Format:Paperback
Everybody likes easy to read books and I also assume that learning UNIX is not necessarily has to be a struggle. This book stood up to my expectations almost perfectly: it is very well written and clearly expressed work. It does not overwhelm with technical details and does not press too much. It is VERY descriptive and takes you snoothly from subject to subject. I also followed an advise in someone's review and purchased "UNIX Essentials" DVD that is complete unix course recorded (I found on Amazon.com but since they do not ship outside US I ordered it directly from CustomFlix.com). These two nicely complement one another. You watch it and you read it. If you didn't catch it from the first try you watch it again and read it again. In two months I found myself confident to that extend that gave advises to our system administrator and he accepted them because there were subjects that he wasn't completely sure. What I can say, in three month I passed my first interview and got a job! Sure it is a way to start and there are much more advanced reading, however these two provide you with the background !
I can't overstate how much I have learned from them. Don't be naive, though. You will have to learn and memorize many things. The fact of owning neither book nor DVD will not make you knowledgeable, but if you will work it trough, trust me, you will surprise many people around!
Comment | 
Was this review helpful to you?

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges