From aa33d0f5702febe06d1f16ff517ff50b90bc5548 Mon Sep 17 00:00:00 2001 From: mudongliang Date: Sun, 17 Apr 2016 00:20:07 -0400 Subject: [PATCH] Translate some parts of SUMMARY to Chinese --- SUMMARY.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/SUMMARY.md b/SUMMARY.md index ba0039f..a25b742 100644 --- a/SUMMARY.md +++ b/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) -