Skip to content

Linux Kernel Development

Best in textbook rentals since 2012!

ISBN-10: 0672329468

ISBN-13: 9780672329463

Edition: 3rd 2010 (Revised)

Authors: Robert Love

List price: $49.99
Shipping box This item qualifies for FREE shipping.
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Customers also bought

Book details

List price: $49.99
Edition: 3rd
Copyright year: 2010
Publisher: Addison Wesley Professional
Publication date: 6/22/2010
Binding: Paperback
Pages: 480
Size: 7.09" wide x 8.86" long x 0.94" tall
Weight: 1.914
Language: English

Robert Love is an author, speaker, and open source software developer. He is best known for his contributions to the Linux kernel, with notable work including the preemptive kernel, process scheduler, kernel event layer, virtual memory subsystem, and inotify. Love is also active in the GNOME community, working on NetworkManager, GNOME Volume Manager, Project Utopia and Beagle. Love currently works for Google in Boston, where he is a member of Google's Open Source Program Office and is involved in the development of Google Android. Previously he worked at Novell as an engineer in the Linux desktop group and as Chief Architect, Linux Desktop. He has given numerous talks on the kernel and…    

Preface
Introduction to the Linux Kernel
Getting Started with the Kernel
Process Management
Process Scheduling
System Calls
Kernel Data Structures
Interrupts and Interrupt Handlers
Bottom Halves and Deferring Work
An Introduction to Kernel Synchronization
Kernel Synchronization Methods
Timers and Time Management
Memory Management
The Virtual Filesystem
The Block I/O Layer
The Process Address Space
The Page Cache and Page Writeback
Modules
Device Drivers
Debugging
Portability
Patches, Hacking, and the Community
Appendix A
Algorithmic Complexity