您的位置:首页 > 其它

gzip 完全理解(0)------写在前面的话

2009-08-26 17:22 309 查看
看linux kernel 断断续续也有几年了,linux 0.11 大部分源代码也看了, linux kernel 是什么也有了一些概念。可是编程时,一个问题一想到指令集级别时,就犯晕。 因此我准备把最新的内核给它扒出来,我感觉大概10万行代码。 计划很宏大,不过没关系,仅仅是为了娱乐,有时间就看一点, 日积月累,我想总会有点收获吧。

内核的一开始就是自解压缩程序,就从gzip开始吧!

下面是英文,完全是为了锻炼英语需要:

See also linux kernel on and off a few years. Most of the source code for the linux 0.11 also read. What is the linux kernel has also been some of the concepts. But the programming, when I delve a problem into the instruction set, I don't understand the tricks in kernel. So I am going to put the key parts out of the linux kernel, mainly including processes management, file management, memory management, signal, and so on. I feel that about one hundred thousand lines of the source code. The plan is vey ambitious, but it doesn't matter and it's just for fun. I have a lot of the time . I think I will get some fruits if I insist every day.

The beginning of the kernel is a self-extracting program, and let's start from gzip.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: