Mastering Linux Kernel Development
eBook - ePub

Mastering Linux Kernel Development

,
  1. English
  2. ePUB (mobile friendly)
  3. Only available on web
eBook - ePub

Mastering Linux Kernel Development

,
Book details
Table of contents
Citations

About This Book

Explore Implementation of core kernel subsystemsAbout This Book• Master the design, components, and structures of core kernel subsystems• Explore kernel programming interfaces and related algorithms under the hood• Completely updated material for the 4.12.10 kernel Who This Book Is ForIf you are a kernel programmer with a knowledge of kernel APIs and are looking to build a comprehensive understanding, and eager to explore the implementation, of kernel subsystems, this book is for you. It sets out to unravel the underlying details of kernel APIs and data structures, piercing through the complex kernel layers and gives you the edge you need to take your skills to the next level.What You Will Learn• Comprehend processes and fles—the core abstraction mechanisms of the Linux kernel that promote effective simplification and dynamism• Decipher process scheduling and understand effective capacity utilization under general and real-time dispositions• Simplify and learn more about process communication techniques through signals and IPC mechanisms• Capture the rudiments of memory by grasping the key concepts and principles of physical and virtual memory management• Take a sharp and precise look at all the key aspects of interrupt management and the clock subsystem• Understand concurrent execution on SMP platforms through kernel synchronization and locking techniquesIn DetailMastering Linux Kernel Development looks at the Linux kernel, its internal arrangement and design, and various core subsystems, helping you to gain significant understanding of this open source marvel. You will look at how the Linux kernel, which possesses a kind of collective intelligence thanks to its scores of contributors, remains so elegant owing to its great design.This book also looks at all the key kernel code, core data structures, functions, and macros, giving you a comprehensive foundation of the implementation details of the kernel's core services and mechanisms. You will also look at the Linux kernel as well-designed software, which gives us insights into software design in general that are easily scalable yet fundamentally strong and safe.By the end of this book, you will have considerable understanding of and appreciation for the Linux kernel.Style and approachEach chapter begins with the basic conceptual know-how for a subsystem and extends into the details of its implementation. We use appropriate code excerpts of critical routines and data structures for subsystems.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Mastering Linux Kernel Development by in PDF and/or ePUB format, as well as other popular books in Computer Science & System Administration. We have over one million books available in our catalogue for you to explore.

Information

Year
2017
ISBN
9781785886133
Edition
1

Table of contents

  1. Title Page
  2. Copyright
  3. Credits
  4. About the Author
  5. About the Reviewer
  6. www.PacktPub.com
  7. Customer Feedback
  8. Preface
  9. Comprehending Processes, Address Space, and Threads
  10. Deciphering the Process Scheduler
  11. Signal Management
  12. Memory Management and Allocators
  13. Filesystems and File I/O
  14. Interprocess Communication
  15. Virtual Memory Management
  16. Kernel Synchronization and Locking
  17. Interrupts and Deferred Work
  18. Clock and Time Management
  19. Module Management