Sunday June 3rd, 2012 by Uranus Zhou
本文同步自(如浏览不正常请点击跳转):https://zohead.com/archives/linux-kernel-learning-process/ Linux 中进程通过 fork() 被创建时,它差不多是和父进程一样的,它得到父进程的地址空间拷贝,运行和父进程一样的代码,从...
Read morePosted in kernel, Linux, Technology | No comments
Saturday May 26th, 2012 by Uranus Zhou
本文同步自(如浏览不正常请点击跳转):https://zohead.com/archives/linux-kernel-learning-memory-addressing/ 近日在看 Understanding the Linux kernel(慢慢啃E文原版,以下简称...
Read morePosted in kernel, Linux, Code analysis, Technology | No comments
Saturday May 19th, 2012 by Uranus Zhou
本文同步自(如浏览不正常请点击跳转):https://zohead.com/archives/fail-to-see-the-big-picture/ 备注:本文根据 pongba 大哥的这篇E文文章翻译并结合自己体会总结而来,pongba 的E文原文请猛击这里: ...
Read morePosted in Learning inspiration, Technology | No comments