modify directory of gitbook

This commit is contained in:
Dongliang Mu
2016-12-27 20:37:13 -05:00
parent c9768946b1
commit 3c0a148311

View File

@@ -51,14 +51,16 @@
* [顺序锁](SyncPrim/sync-6.md)
* [RCU]()
* [Lockdep]()
* [内存管理](mm/README.md)
* [内存块](mm/linux-mm-1.md)
* [Fixmaps and ioremap](mm/linux-mm-2.md)
* [内存管理](MM/README.md)
* [内存块](MM/linux-mm-1.md)
* [固定映射地址和 ioremap](MM/linux-mm-2.md)
* [kmemcheck](MM/linux-mm-3.md)
* [SMP]()
* [概念](Concepts/README.md)
* [每个 CPU 的变量](Concepts/per-cpu.md)
* [CPU 掩码](Concepts/cpumask.md)
* [initcall 机制](Concepts/initcall.md)
* [Linux 内核的通知链](Concepts/notification_chains.md)
* [Linux 内核中的数据结构](DataStructures/README.md)
* [双向链表](DataStructures/dlist.md)
* [基数树](DataStructures/radix-tree.md)
@@ -75,7 +77,8 @@
* [链接器](Misc/linkers.md)
* [Linux 内核开发](Misc/contribute.md)
* [用户空间的程序启动过程](Misc/program_startup.md)
* [Write and Submit your first Linux kernel Patch]()
* [Data types in the kernel]()
* [Write and Submit your first Linux kernel Patch]()
* [内核数据结构](KernelStructures/README.md)
* [中断描述符表](KernelStructures/idt.md)
* [有帮助的链接](LINKS.md)
* [贡献者](contributors.md)