shopping cart
Call us:  800-878-7323 HELP
McAfee SECURE helps keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams.
Powell's Q&A, Q&A | June 29, 2009

All posts by Janna Cawrse Esarey Powell's Q&A: Janna Cawrse Esarey

"I fell in love with Crosby, Stills, and Nash's song 'Southern Cross' when I was fifteen. By the time I got to college, 'I'm going to sail around the world someday' was sort of my pickup line." Continue »


  1. $10.50 Sale Trade Paper add to wish list

Ships free on qualified orders.
$59.99
TRADE PAPER, NEW
Ships in 1 to 3 days
Add to Wishlist
Qty Store Section
3 Remote Warehouse Operating Systems- Linux
18 Remote Warehouse Operating Systems- Linux
2 Technical Unix- Unix and Linux Programming


Other titles in the Wrox Programmer to Programmer series:

  1. ASP.Net 3.5 Enterprise Application Development with Visual Studio 2008: Problem Design Solution
  2. Beginning Database Design Solutions
  3. Beginning JavaScript and CSS Development with jQuery
  4. Beginning Joomla! Web Site Development
  5. Beginning Microsoft SQL Server 2008 Programming
  6. Beginning Oracle Application Express
  7. Beginning T-SQL with Microsoft SQL Server 2005 and 2008
  8. Beginning Web Programming With HTML 2ND Edition
  9. C# 2008 Programmer's Reference
  10. Design - Build - Run: Applied Practices and Principles for Production Ready Software Development
  11. Expert WSS 3.0 and MOSS 2007 Programming
  12. Leveraging Drupal: Getting Your Site Done Right
  13. Microsoft SQL Server 2008 Administration with Windows Powershell
  14. Opensocial Network Programming
  15. Professional ADO.NET 3.5 with Linq and the Entity Framework
  16. Professional Adobe Flex 3
  17. Professional Android Application Development
  18. Professional ASP.NET 3.5 AJAX
  19. Professional ASP.Net 3.5 Security, Membership, and Role Management with C# and VB
  20. Professional ASP.Net 3.5 Sp1 Edition: In C# and VB
  21. Professional ASP.Net MVC 1.0
  22. Professional DotNetNuke 5: Open Source Web Application Framework for ASP.NET
  23. Professional Dotnetnuke Module Programming
  24. Professional Javascript for Web Deve 2ND Edition
  25. Professional K2 Blackpearl
  26. Professional Microsoft Office Sharepoint Designer 2007
  27. Professional Microsoft Robotics Developer Studio
  28. Professional Microsoft Sharepoint 2007 Development Using Microsoft Silverlight 2
  29. Professional Microsoft SQL Server 2008 Administration
  30. Professional Microsoft SQL Server 2008 Programming
  31. Professional Microsoft SQL Server 2008 Reporting Services
  32. Professional Microsoft SQL Server Analysis Services 2008 with MDX
  33. Professional Multicore Programming: Design and Implementation for C++ Developers
  34. Professional Office Business Application Development: Using Microsoft Office Sharepoint Server 2007 and Vsto
  35. Professional Php6
  36. Professional Refactoring in C# & ASP.Net
  37. Professional SharePoint 2007 Web Content Management Development: Building Publishing Sites with Office SharePoint Server 2007
  38. Professional Silverlight 2 for ASP.Net Developers
  39. Professional SQL Server 2008 Integration Services
  40. Professional Visual Studio 2008
  41. Professional Windows Embedded CE 6.0
  42. Ruby on Rails for Microsoft Developers
  43. Social Computing with Microsoft Sharepoint 2007: Implementing Applications for Sharepoint to Enable Collaboration and Interaction in the Enterprise
  44. The Concise Guide to Dojo

Professional Linux Kernel Architecture

by Wolfgang Mauerer

Professional Linux Kernel Architecture Cover

Synopses & Reviews

Publisher Comments:

'Professional Linux Kernel Architecture

As the Linux kernel constantly evolves, so must your understanding of the central functions of the kernel. Linux expert Wolfgang Mauerer focuses on version 2.6.24 (as well as summarizing changes to versions 2.6.25 and 2.6.26) of the kernel as he walks you through the concepts, underlying structures, and implementation of the Linux kernel. Keeping a close connection with the source code—as well as the components and subsystems of the kernel—this book reviews the VFS layer and discusses virtual filesystems and the Extended filesystem family and examines how the page and buffer cache speed up kernel operations.

You\'ll take a look at the peculiarities of various architectures supported by the kernel, explore the assorted tools and means of working efficiently with the kernel sources, and investigate the numerous social aspects of kernel development and the Linux kernel community. Ultimately, this insightful book will serve as an indispensable step towards understanding structure and implementation of the Linux kernel.

What you will learn from this book

  • Various ways of viewing the kernel—as an enhanced machine, a resource manager, and a library

  • How the kernel handles all time-related requirements, both with low and high resolution

  • The mechanisms required to ensure proper operation of the kernel on multiprocessor systems

  • How modules add new functionality to the kernel

  • How the kernel deals with memory management, page reclaim, and swapping

  • How the kernel deals with networks and implements TCP/IP

Who this book is for

This book is for system programmers, administrators, developers of Linux-based solutions, and overall Linux enthusiasts. A solid foundation of C programming is required.

Wrox Professional guidesare planned and written by working programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job. '

Synopsis:

Find an introduction to the architecture, concepts and algorithms of the Linux kernel in Professional Linux Kernel Architecture, a guide to the kernel sources and large number of connections among subsystems. Find an introduction to the relevant structures and functions exported by the kernel to userland, understand the theoretical and conceptual aspects of the Linux kernel and Unix derivatives, and gain a deeper understanding of the kernel. Learn how to reduce the vast amount of information contained in the kernel sources and obtain the skills necessary to understand the kernel sources.

About the Author

'Wolfgang Mauereris a quantum physicist whose professional interests are centered around quantum cryptography, quantum electrodynamics, and compilers for — you guessed it — quantum architectures. With the confirmed capacity of being the worst experimentalist in the known universe, he sticks to the theoretical side of his profession, which is especially reassuring considering his constant fear of accidentally destroying the universe. Outside his research work, he is fascinated by operating systems, and for more than a decade — starting with an article series about the kernel in 1997 — he has found great pleasure in documenting and explaining Linux kernel internals. He is also the author of a book about typesetting with LaTeX and has written numerous articles that have been translated into seven languages in total.

When he’s not submerged in vast Hilbert spaces or large quantities of source code, he tries to take the opposite direction, namely, upward — be this with model planes, a paraglider, or on foot with an ice axe in his hands: Mountains especially have the power to outrival even the Linux kernel. Consequently, he considers planning and accomplishing a first-ascent expedition to the vast arctic glaciers of east Greenland to be the really unique achievement in his life.

Being interested in everything that is fundamental, he is also the author of the first compiler for Plankalk ¨ ul, the world’s earliest high-level language devised in 1942–1946 by Konrad Zuse, the father of the computer. As an avid reader, he is proud that despite the two-digit number of computers present in his living room, the volume required for books still occupies a larger share. '

Table of Contents

'1. Introduction and Overview.

2. Process Management and Scheduling.

3. Memory Management.

4. Virtual Process Memory.

5. Locking and Interprocess Communication.

6. Device Drivers.

7. Modules.

8. The Virtual File System.

9. The Extended File System Family.

10. File Systems without Persistent Storage.

11. Extended Attributes and Access Controllists.

12. Networks.

13. System Calls.

14. Kernel Activities.

15. Time Management.

16. Page and Buffer Cache.

17. Data Synchronization.

18. Page Reclaim and Swapping.

19. Auditing.

A. Architecture Specifics.

B. Working with the Source Code.

C. Notes on C.

D. System Startup.

E. The ELF Binary Format.

F. The Kernel Development Process.

Literature. \n

'

Product Details

ISBN:
9780470343432
Author:
Mauerer, Wolfgang
Publisher:
Wrox Press
Subject:
Operating Systems - LINUX
Subject:
Computer Architecture
Subject:
Application software
Subject:
Kernel version 2.6.78
Subject:
Kernel
Subject:
Operating systems
Subject:
Linux kernel architecture
Subject:
Linux kernel algorithms
Subject:
Linux kernel implementation
Subject:
Linux kernel code
Subject:
Manipulating data structures
Subject:
Code flow
Subject:
Kernel sources
Subject:
Data structures
Copyright:
Series:
Wrox Programmer to Programmer
Publication Date:
September 2008
Binding:
Paperback
Grade Level:
General/trade
Language:
English
Illustrations:
Y
Pages:
1337
Dimensions:
9.26x7.34x2.47 in. 3.78 lbs.

Related Aisles

  • back to top

Powell's City of Books is an independent bookstore in Portland, Oregon, that fills a whole city block with more than a million new, used, and out of print books. Shop those shelves — plus literally millions more books, DVDs, and eBooks — here at Powells.com.