Linux Kernel Programming : A comprehensive and practical guide to kernel internals, writing modules, and kernel synchronization, 2/e (Paperback)
暫譯: Linux 核心程式設計:核心內部結構、模組撰寫與核心同步的全面實用指南,第二版(平裝本)
Billimoria, Kaiwan N.
- 出版商: Packt Publishing
- 出版日期: 2024-02-29
- 售價: $2,090
- 貴賓價: 9.5 折 $1,986
- 語言: 英文
- 頁數: 826
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1803232226
- ISBN-13: 9781803232225
-
相關分類:
Linux
立即出貨
買這商品的人也買了...
-
$2,460$2,337 -
$2,550$2,423 -
$480$379 -
$690$587 -
$580$458 -
$1,580$1,501 -
$580$458 -
$580$493 -
$780$616 -
$680$537 -
$590$466 -
$580$458 -
$420$357 -
$800$720 -
$580$458 -
$2,910$2,765 -
$580$493 -
$1,750,800$1,663,260 -
$1,980$1,881 -
$680$537 -
$1,580$1,501 -
$980$774 -
$2,450$2,328 -
$1,620Linux Kernel Debugging: Leverage proven tools and advanced techniques to effectively debug Linux kernels and kernel modules (Paperback)
-
$1,910Learning Kali Linux: Security Testing, Penetration Testing & Ethical Hacking
相關主題
商品描述
Gain both a firm practical understanding and sufficient theoretical insight into the inner workings of Linux kernel internals, learn to write high-quality kernel module code, understand the complexities of kernel synchronization
Purchase of the print or Kindle book includes a free eBook in PDF format.
Key Features:
- Discover how to write Linux kernel and module code for real-world products
- Implement industry-grade techniques in real-world scenarios for fast, efficient memory allocation and data synchronization
- Understand and exploit kernel architecture, CPU scheduling, and kernel synchronization techniques
Book Description:
The 2nd Edition of Linux Kernel Programming is an updated, comprehensive guide for new programmers to the Linux kernel. This book uses the recent 6.1 Long-Term Support (LTS) Linux kernel series, which will be maintained until Dec 2026, and also delves into its many new features. Further, the Civil Infrastructure Project has pledged to maintain and support this 6.1 Super LTS (SLTS) kernel right until August 2033, keeping this book valid for years to come!
You'll begin this exciting journey by learning how to build the kernel from source. In a step by step manner, you will then learn how to write your first kernel module by leveraging the kernel's powerful Loadable Kernel Module (LKM) framework. With this foundation, you will delve into key kernel internals topics including Linux kernel architecture, memory management, and CPU (task) scheduling. You'll finish with understanding the deep issues of concurrency, and gain insight into how they can be addressed with various synchronization/locking technologies (e.g., mutexes, spinlocks, atomic/refcount operators, rw-spinlocks and even lock-free technologies such as per-CPU and RCU).
By the end of this book, you'll have a much better understanding of the fundamentals of writing the Linux kernel and kernel module code that can straight away be used in real-world projects and products.
What You Will Learn:
- Configure and build the 6.1 LTS kernel from source
- Write high-quality modular kernel code (LKM framework) for 6.x kernels
- Explore modern Linux kernel architecture
- Get to grips with key internals details regarding memory management within the kernel
- Understand and work with various dynamic kernel memory alloc/dealloc APIs
- Discover key internals aspects regarding CPU scheduling within the kernel, including cgroups v2
- Gain a deeper understanding of kernel concurrency issues
- Learn how to work with key kernel synchronization primitives
Who this book is for:
This book is for beginner Linux programmers and developers looking to get started with the Linux kernel, providing a knowledge base to understand required kernel internal topics and overcome frequent and common development issues.
A basic understanding of Linux CLI and C programming is assumed.
商品描述(中文翻譯)
獲得對 Linux 核心內部運作的堅實實務理解和足夠的理論洞察,學習撰寫高品質的核心模組代碼,理解核心同步的複雜性
購買印刷版或 Kindle 書籍包括免費的 PDF 格式電子書。
主要特色:
- 發現如何為實際產品撰寫 Linux 核心和模組代碼
- 在實際情境中實施行業級技術,以快速、高效地進行記憶體分配和數據同步
- 理解並利用核心架構、CPU 調度和核心同步技術
書籍描述:
《Linux 核心程式設計(第二版)》是一本針對新程序員的更新綜合指南,專注於 Linux 核心。本書使用最近的 6.1 長期支援(LTS)Linux 核心系列,該系列將維護至 2026 年 12 月,並深入探討其許多新特性。此外,Civil Infrastructure Project 已承諾維護和支持這個 6.1 超級 LTS(SLTS)核心,直到 2033 年 8 月,使本書在未來幾年內仍然有效!
您將開始這段令人興奮的旅程,學習如何從源碼構建核心。接著,您將逐步學習如何利用核心的強大可加載核心模組(LKM)框架撰寫您的第一個核心模組。以此為基礎,您將深入探討關鍵的核心內部主題,包括 Linux 核心架構、記憶體管理和 CPU(任務)調度。您將最終理解並深入探討並發問題,並獲得如何利用各種同步/鎖定技術(例如,互斥鎖、旋轉鎖、原子/計數操作符、讀寫旋轉鎖,甚至無鎖技術如每 CPU 和 RCU)來解決這些問題的洞察。
在本書結束時,您將對撰寫 Linux 核心和核心模組代碼的基本原則有更深入的理解,這些代碼可以立即用於實際項目和產品中。
您將學到的內容:
- 從源碼配置和構建 6.1 LTS 核心
- 為 6.x 核心撰寫高品質的模組化核心代碼(LKM 框架)
- 探索現代 Linux 核心架構
- 掌握有關核心內部記憶體管理的關鍵細節
- 理解並使用各種動態核心記憶體分配/釋放 API
- 發現有關核心內部 CPU 調度的關鍵方面,包括 cgroups v2
- 深入理解核心並發問題
- 學習如何使用關鍵的核心同步原語
本書適合誰:
本書適合初學者 Linux 程序員和開發者,旨在幫助他們入門 Linux 核心,提供理解所需核心內部主題的知識基礎,並克服常見的開發問題。
假設讀者對 Linux CLI 和 C 程式設計有基本了解。