From 45a2358a06c1b047e411804ee67b4bf042411202 Mon Sep 17 00:00:00 2001 From: mudongliang Date: Sat, 23 Jan 2016 23:07:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=8E=9F=E8=8B=B1=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Concepts/README.md | 1 - MM/README.md | 1 - Timers/README.md | 2 -- 3 files changed, 4 deletions(-) diff --git a/Concepts/README.md b/Concepts/README.md index b209a02..24a24a1 100644 --- a/Concepts/README.md +++ b/Concepts/README.md @@ -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) diff --git a/MM/README.md b/MM/README.md index 1b687bf..a143661 100644 --- a/MM/README.md +++ b/MM/README.md @@ -1,4 +1,3 @@ -# Linux kernel memory management # Linux 内核内存管理 本章描述 Linux 内核中的内存管理。在本章中你会看到一系列描述 Linux 内核内存管理框架的不同部分的帖子。 diff --git a/Timers/README.md b/Timers/README.md index 4368f4e..f88c9f4 100644 --- a/Timers/README.md +++ b/Timers/README.md @@ -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 内核中的定时器。