mirror of
https://github.com/MintCN/linux-insides-zh.git
synced 2026-04-24 18:50:42 +08:00
Translate some parts of SUMMARY to Chinese
This commit is contained in:
17
SUMMARY.md
17
SUMMARY.md
@@ -1,11 +1,11 @@
|
||||
# Summary
|
||||
|
||||
* [Introduction](README.md)
|
||||
* [简介](README.md)
|
||||
* [引导](Booting/README.md)
|
||||
* [从引导加载程序内核](Booting/linux-bootstrap-1.md)
|
||||
* [在内核安装代码的第一步](Booting/linux-bootstrap-2.md)
|
||||
* [视频模式初始化和转换到保护模式](Booting/linux-bootstrap-3.md)
|
||||
* [过渡到64位模式](Booting/linux-bootstrap-4.md)
|
||||
* [过渡到 64 位模式](Booting/linux-bootstrap-4.md)
|
||||
* [内核解压缩](Booting/linux-bootstrap-5.md)
|
||||
* [Initialization](Initialization/README.md)
|
||||
* [First steps in the kernel](Initialization/linux-initialization-1.md)
|
||||
@@ -52,10 +52,10 @@
|
||||
* [Per-CPU variables](Concepts/per-cpu.md)
|
||||
* [Cpumasks](Concepts/cpumask.md)
|
||||
* [The initcall mechanism](Concepts/initcall.md)
|
||||
* [Linux内核中的数据结构](DataStructures/README.md)
|
||||
* [Linux 内核中的数据结构](DataStructures/README.md)
|
||||
* [双向链表](DataStructures/dlist.md)
|
||||
* [基数树](DataStructures/radix-tree.md)
|
||||
* [Bit arrays](DataStructures/bitmap.md)
|
||||
* [Bit arrays]()
|
||||
* [理论](Theory/README.md)
|
||||
* [分页](Theory/Paging.md)
|
||||
* [Elf64 格式](Theory/ELF.md)
|
||||
@@ -63,12 +63,11 @@
|
||||
* [MSR]()
|
||||
* Initial ram disk
|
||||
* [initrd]()
|
||||
* [Misc](Misc/README.md)
|
||||
* [How the kernel is compiled](Misc/how_kernel_compiled.md)
|
||||
* [Linkers](Misc/linkers.md)
|
||||
* [Linux kernel development](Misc/contribute.md)
|
||||
* [杂项](Misc/README.md)
|
||||
* [内核编译方法](Misc/how_kernel_compiled.md)
|
||||
* [链接器](Misc/linkers.md)
|
||||
* [Linux 内核开发](Misc/contribute.md)
|
||||
* [Write and Submit your first Linux kernel Patch]()
|
||||
* [Data types in the kernel]()
|
||||
* [有帮助的链接](LINKS.md)
|
||||
* [贡献者](contributors.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user