发布时间:2013-04-24 09:49:59
用户空间缺页异常pte_handle_fault()分析本文系转载自http://www.linuxidc.com/Linux/2012-11/74537.htm 前面简单的分析了内核处理用户空间缺页异常的流程,进入到了handle_mm_fault()函数,该函数为触发缺页异常的地址address分配各级的页目录,也就是说现在已经拥有了一个和address配.........【阅读全文】
发布时间:2013-04-23 09:25:09
Linux下的内存管理本文系转载自http://os.chinaunix.net/a2006/0428/1002/000001002058.shtml2006年04月28日 09:28 来源:ChinaUnix博客 作者:Leaf_KA 编辑:周荣茂 Linux0.11 下的内存管理 作者:袁镱 &n.........【阅读全文】