Study note

Mastering Linux Kernel Development: A kernel developer's reference manual

Properties

Type
Books
Status
想读
Domain
Systems
Category
操作系统与内核
Source
book.douban.com
Vault note
library/books/systems/Mastering-Linux-Kernel-Development-A-kernel-developer's-reference-manual-b865c461e8efdb61.md

Summary

围绕 Linux 4.12.10 内核,讲核心子系统的设计、组件和数据结构,覆盖进程、地址空间、线程、调度、信号、内存管理、文件 I/O、文件系统、IPC、虚拟内存、同步锁、中断、时钟和模块管理。

Highlights

把内核作为一个大型软件设计案例来读,既能理解关键内核接口和算法,也能训练阅读核心数据结构、函数和宏的能力。

Notes

Raghu Bharadwaj;2017-10-11。

Comments

Loading comments...