《linux-kernel-programming-comprehensive-guide》学习笔记

参考书籍 :《linux-kernel-programming-comprehensive-guide》
书籍相关源码地址:https://github.com/PacktPublishing/Linux-Kernel-Programming

  • Chapter 1 Kernel Workspace Setup
  • Chapter 2 Building the 5.x Linux Kernel from Source, Part 1
  • Chapter 3 Building the 5.x Linux Kernel from Source, Part 2
  • Chapter 4 Writing Your First Kernel Module – LKMs Part 1
  • Chapter 5 Writing Your First Kernel Module – LKMs Part 2
  • Chapter 6 Kernel Internals Essentials – Processes and Threads
  • Chapter 7 Memory Management Internals – Essentials
  • Chapter 8 Kernel Memory Allocation for Module Authors, Part 1
  • Chapter 9 Kernel Memory Allocation for Module Authors, Part 2