删除原英文

This commit is contained in:
mudongliang
2016-01-23 23:07:06 +08:00
parent 326be3e1be
commit 45a2358a06
3 changed files with 0 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
# Linux 内核概念
This chapter describes various concepts which are used in the Linux kernel.
本章描述内核中使用到的各种各样的概念。
* [每 CPU 的变量](http://0xax.gitbooks.io/linux-insides/content/Concepts/per-cpu.html)

View File

@@ -1,4 +1,3 @@
# Linux kernel memory management
# Linux 内核内存管理
本章描述 Linux 内核中的内存管理。在本章中你会看到一系列描述 Linux 内核内存管理框架的不同部分的帖子。

View File

@@ -1,7 +1,5 @@
# Timers and time management
# 定时器和时间管理
This chapter describes timers and time management related concepts in the linux kernel.
本章介绍 Linux 内核中定时器和时间管理相关的观念。
* [简介](http://0xax.gitbooks.io/linux-insides/content/Timers/timers-1.html) - 简单介绍 Linux 内核中的定时器。