From 9d07750d39379bb5dcbfdf872df3744a4b610e7a Mon Sep 17 00:00:00 2001 From: gatieme Date: Sat, 6 Aug 2016 11:35:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86=E5=86=85=E5=AD=98?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E4=B9=8B=E5=86=85=E5=AD=98=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?(=E4=BA=8C)--=E5=86=85=E5=AD=98=E7=BB=93=E7=82=B9pg=5Fdata=5Ft?= =?UTF-8?q?=E8=AF=A6=E8=A7=A3...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- study/kernel/02-memory/01-description/01-memory/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/study/kernel/02-memory/01-description/01-memory/README.md b/study/kernel/02-memory/01-description/01-memory/README.md index aa207c0..d066bee 100644 --- a/study/kernel/02-memory/01-description/01-memory/README.md +++ b/study/kernel/02-memory/01-description/01-memory/README.md @@ -26,7 +26,7 @@ | [Linux内存管理原理](http://www.cnblogs.com/zhaoyl/p/3695517.html) | | [第 15 章 内存映射和 DMA](http://www.embeddedlinux.org.cn/ldd3/ch15.html) | | [ 内存管理(二)struct page ](http://blog.chinaunix.net/uid-30282771-id-5176971.html) | - +| [进程页表页和内核页表](http://guojing.me/linux-kernel-architecture/posts/thread-page-table-and-kernel-page-table/) #1 前景回顾 -------