为了技术,我不会停下学习的脚步,我相信我还能走二十年。
发布时间:2012-09-12 13:06:48
http://blog.csdn.net/eaglewood2005/archive/2009/07/......【阅读全文】
发布时间:2012-09-12 13:04:29
前面已经谈了内核加载与系统引导过程,下面我们来看看内核的 do_fork() 函数是如何创建一个新的进程的。<br style="padding: 0......【阅读全文】
发布时间:2012-09-11 13:07:13
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Arial; line-height: 26px; text-align: left; backgrou......【阅读全文】
发布时间:2012-09-11 12:58:10
<p style="color: rgb(51, 51, 51); line-height: 26px; text-align: left; background-color: rgb(255, 255, 255); font-family: arial, nsimsun, sans-serif;......【阅读全文】
发布时间:2012-09-11 12:43:01
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Arial; line-height: 26px; text-align: left; backgrou......【阅读全文】
发布时间:2012-09-05 14:17:59
typedef char *cstring; 在以下声明中cstr 的类型是什么 extern const cstring cstr; 第一个回答差不多都是 con......【阅读全文】