Linux Kernel Reading Guide - Configuring the Kernel
http://www.linux.org/threads/linux-kernel-reading-guide.5384/
This is an index for the Linux kernel article series. This series discusses the Linux kernel in detail describing the various parts of the kernel, how to make one, and other important/interesting kernel facts.
- Introduction - http://www.linux.org/threads/the-linux-kernel-introduction.4203/
- Source Code - http://www.linux.org/threads/the-linux-kernel-the-source-code.4204/
- Drivers - http://www.linux.org/threads/the-linux-kernel-drivers.4205/
- Security - http://www.linux.org/threads/the-linux-kernel-security.4223/
- Configuration Part 1 - http://www.linux.org/threads/the-linux-kernel-configuring-the-kernel-part-1.4274/
- Configuration Part 2 - http://www.linux.org/threads/the-linux-kernel-configuring-the-kernel-part-2.4318/
- Configuration Part 3 - http://www.linux.org/threads/the-linux-kernel-configuring-the-kernel-part-3.4369/
- Configuration Part 4 - http://www.linux.org/threads/the-linux-kernel-configuring-the-kernel-part-4.4392/
- Configuration Part 5 - http://www.linux.org/threads/the-linux-kernel-configuring-the-kernel-part-5.4424/
- Configuration Part 6 - http://www.linux.org/threads/the-linux-kernel-configuring-the-kernel-part-6.4457/
- Configuration Part 7 - http://www.linux.org/threads/the-linux-kernel-configuring-the-kernel-part-7.4490/
- Configuration Part 8 - http://www.linux.org/threads/the-linux-kernel-configuring-the-kernel-part-8.4525/
- Configuration Part 9 - http://www.linux.org/threads/the-linux-kernel-configuring-the-kernel-part-9.4568/
- Configuration Part 10 - http://www.linux.org/threads/the-linux-kernel-configuring-the-kernel-part-10.4613/
- Configuration Part 11 - http://www.linux.org/threads/the-linux-kernel-configuring-the-kernel-part-11.4640/
- Configuration Part 12 - http://www.linux.org/threads/the-linux-kernel-configuring-the-kernel-part-12.4681/
- Configuration Part 13 - http://www.linux.org/threads/the-linux-kernel-configuring-the-kernel-part-13.4714/
- Configuration Part 14 - http://www.linux.org/threads/the-linux-kernel-configuring-the-kernel-part-14.4765/
- Configuration Part 15 - http://www.linux.org/threads/the-linux-kernel-configuring-the-kernel-part-15.4793/
- Configuration Part 16 - http://www.linux.org/threads/the-linux-kernel-configuring-the-kernel-part-16.4835/
- Configuration Part 17 - http://www.linux.org/threads/the-linux-kernel-configuring-the-kernel-part-17.4875/
- Configuration Part 18 - http://www.linux.org/threads/the-linux-kernel-configuring-the-kernel-part-18.4896/
- Configuration Part 19 - http://www.linux.org/threads/the-linux-kernel-configuring-the-kernel-part-19.4929/
- Configuration Part 20 - http://www.linux.org/threads/the-linux-kernel-configuring-the-kernel-part-20.4957/
- Configuration Part 21 - http://www.linux.org/threads/the-linux-kernel-configuring-the-kernel-part-21.4988/
- Configuration Part 22 - http://www.linux.org/threads/the-linux-kernel-configuring-the-kernel-part-22.5017/
- Configuration Part 23 - http://www.linux.org/threads/the-linux-kernel-configuring-the-kernel-part-23.5112/
- Compiling and Installing - http://www.linux.org/threads/the-linux-kernel-compiling-and-installing.5208/
- Modules - http://www.linux.org/threads/the-linux-kernel-modules.5265/
- Patches - http://www.linux.org/threads/the-linux-kernel-patches.5301/
- Types of Kernels - http://www.linux.org/threads/the-linux-kernel-types-of-kernels.5409/
- Android? - http://www.linux.org/threads/the-linux-kernel-android.5459/
- Intro to System Calls - http://www.linux.org/threads/the-linux-kernel-intro-to-system-calls.5611/
- System Calls A-E - http://www.linux.org/threads/the-linux-kernel-system-calls-a-e.5641/
- System Calls F-G - http://www.linux.org/threads/the-linux-kernel-system-calls-f-g.5779/
- System Calls G-M - http://www.linux.org/threads/the-linux-kernel-system-calls-g-m.5816/
- System Calls M-R - http://www.linux.org/threads/the-linux-kernel-system-calls-m-r.5855/
- System Calls R-S - http://www.linux.org/threads/the-linux-kernel-system-calls-r-s.5899/
- System Calls S-T - http://www.linux.org/threads/the-linux-kernel-system-calls-s-t.5942/
- System Calls T-Z - http://www.linux.org/threads/the-linux-kernel-system-calls-t-z.5975/
- Non-Standard Syscalls - http://www.linux.org/threads/non-standard-syscalls.6000/
- IDs - http://www.linux.org/threads/linux-ids.6027/
- Descriptors - http://www.linux.org/threads/descriptors.6061/
- PulseAudio and Other Sound Components - http://www.linux.org/threads/pulseaudio-and-other-sound-components.6097/
- FUSE - http://www.linux.org/threads/fuse.6211/
- Virtualization - http://www.linux.org/threads/overview-of-virtualization.6373/
- Xen - http://www.linux.org/threads/xen-the-low-level-hypervisor.6407/
Free Downloads of the Series
- Free Ebook Download - http://www.linux.org/threads/linux-kernel-the-series-free-ebook-download.5637/
- PDF - http://www.linux.org/threads/linux-kernel-the-series-pdf.5856/
- Alternate PDF - http://www.linux.org/threads/linux-kernel-the-series-free-ebook-download.5637/#post-20598
- Alternate Ebook Download - https://github.com/ramlaxman/Fudcon...ook/Linux-Kernel-The-Series Revised Edn 1.pdf ( thanks to @mayurp7 )
Unofficial Parts of the Series
Here are articles about the Linux kernel that are not a part of the "official" Linux kernel series.
- Linux Kernel vs Other Kernels - http://www.linux.org/threads/linux-kernel-vs-other-kernels.6026/
- Resetting the USB Subsystem - http://www.linux.org/threads/resetting-the-usb-subsystem.6256/
- Fixing Broadcom and Realtek Wireless Issues - http://www.linux.org/threads/fixing-broadcom-and-realtek-wireless-issues.7685/
- Linux Standards - http://www.linux.org/threads/linux-standards.8411/
More Guides - http://www.linux.org/threads/reading-guides-indexes.6034/
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· Manus爆火,是硬核还是营销?
· 终于写完轮子一部分:tcp代理 了,记录一下
· 别再用vector<bool>了!Google高级工程师:这可能是STL最大的设计失误
· 单元测试从入门到精通