第69页 Provisional kernel Page Tables
jeff
在读 深入理解LINUX内核
- 章节名:Provisional kernel Page Tables
- 页码:第69页
For the sake of simplicity, let’s assume that the kernel’s segments, the provisional Page Tables, and the 128 KB memory area fit in the first 8 MB of RAM. In order to map 8 MB of RAM, two Page Tables are required. 引自 Provisional kernel Page Tables 这是32bit的情况,在x86_64中应该是4张Page Table吧
39人阅读
> 我来回应
jeff对本书的所有笔记 · · · · · ·
-
第378页 Page Fault Exception Handler
do_page_fault 源码: http://lxr.free-electrons.com/source/arch/x86/mm/fault.c#L1283 The...
-
第29页 Zombie processes
When a process terminates, the kernel changes the appropriate process descriptor pointe...
-
第69页 Provisional kernel Page Tables
-
第81页 Process State
TASK_INTERRUPTABLE 和 TASK_UNINTERRUPTABLE, 补充两篇相关的文章: Kernel Korner - Sleep...
-
第81页 Process Descriptor
The six data structures on the right side of the figure refer to specific resources own...
> 查看全部23篇
说明 · · · · · ·
表示其中内容是对原文的摘抄