linux-0.01源码带注释说明.zip

上传者: 65688914 | 上传时间: 2023-11-28 16:51:34 | 文件大小: 1.69MB | 文件类型: ZIP
这是Linux-0.01系统的源码,及其注释说明。压缩包包括了Linux最小系统的全部代码文件,使用C语言编写,需要C语言的基础知识,还有带注释版本的说明文件。 为了方便读者也阅读和学习,下面是本人推荐的阅读技巧: Linux 当前最新版本是 6.4.7,总共代码超过700W行,非常庞大。对于阅读 Linux 内核,我们从0.01版本入手,总共代码1W行左右。 (1)Linux0.01的阅读需要掌握C语言。 (2)阅读源码前,需要了解Linux内核源码的整体分布情况。 (3)现代的操作系统一般由进程管理,内存管理,文件系统,驱动程序和网络组成。 (4)纵向和横向结合起来阅读。顺着程序的执行顺序逐步进行,与按模块进行相结合。比如,对于Linux启动代码可以顺着Linux启动顺序一步一步阅读,对于内存管理部分可以单独进行阅读。 (5)需要反复阅读,慢慢理解。

文件下载

资源详情

[{"title":"( 89 个子文件 1.69MB ) linux-0.01源码带注释说明.zip","children":[{"title":"linux-0.01源码带注释说明","children":[{"title":"linux-0.01","children":[{"title":"include","children":[{"title":"a.out.h <span style='color:#111;'> 5.91KB </span>","children":null,"spread":false},{"title":"linux","children":[{"title":"hdreg.h <span style='color:#111;'> 2.65KB </span>","children":null,"spread":false},{"title":"kernel.h <span style='color:#111;'> 269B </span>","children":null,"spread":false},{"title":"mm.h <span style='color:#111;'> 219B </span>","children":null,"spread":false},{"title":"config.h <span style='color:#111;'> 1.33KB </span>","children":null,"spread":false},{"title":"sys.h <span style='color:#111;'> 2.32KB </span>","children":null,"spread":false},{"title":"tty.h <span style='color:#111;'> 1.97KB </span>","children":null,"spread":false},{"title":"fs.h <span style='color:#111;'> 4.66KB </span>","children":null,"spread":false},{"title":"sched.h <span style='color:#111;'> 5.55KB </span>","children":null,"spread":false},{"title":"head.h <span style='color:#111;'> 304B </span>","children":null,"spread":false}],"spread":true},{"title":"const.h <span style='color:#111;'> 321B </span>","children":null,"spread":false},{"title":"unistd.h <span style='color:#111;'> 6.06KB </span>","children":null,"spread":false},{"title":"ctype.h <span style='color:#111;'> 1.02KB </span>","children":null,"spread":false},{"title":"fcntl.h <span style='color:#111;'> 1.34KB </span>","children":null,"spread":false},{"title":"stdarg.h <span style='color:#111;'> 780B </span>","children":null,"spread":false},{"title":"stddef.h <span style='color:#111;'> 286B </span>","children":null,"spread":false},{"title":"termios.h <span style='color:#111;'> 5.09KB </span>","children":null,"spread":false},{"title":"utime.h <span style='color:#111;'> 225B </span>","children":null,"spread":false},{"title":"signal.h <span style='color:#111;'> 1.64KB </span>","children":null,"spread":false},{"title":"asm","children":[{"title":"memory.h <span style='color:#111;'> 507B </span>","children":null,"spread":false},{"title":"io.h <span style='color:#111;'> 477B </span>","children":null,"spread":false},{"title":"system.h <span style='color:#111;'> 1.67KB </span>","children":null,"spread":false},{"title":"segment.h <span style='color:#111;'> 822B </span>","children":null,"spread":false}],"spread":false},{"title":"time.h <span style='color:#111;'> 734B </span>","children":null,"spread":false},{"title":"string.h <span style='color:#111;'> 7.70KB </span>","children":null,"spread":false},{"title":"sys","children":[{"title":"stat.h <span style='color:#111;'> 1.27KB </span>","children":null,"spread":false},{"title":"times.h <span style='color:#111;'> 200B </span>","children":null,"spread":false},{"title":"utsname.h <span style='color:#111;'> 234B </span>","children":null,"spread":false},{"title":"types.h <span style='color:#111;'> 805B </span>","children":null,"spread":false},{"title":"wait.h <span style='color:#111;'> 560B </span>","children":null,"spread":false}],"spread":false},{"title":"errno.h <span style='color:#111;'> 1.24KB </span>","children":null,"spread":false}],"spread":false},{"title":"lib","children":[{"title":"execve.c <span style='color:#111;'> 107B </span>","children":null,"spread":false},{"title":"close.c <span style='color:#111;'> 69B </span>","children":null,"spread":false},{"title":"ctype.c <span style='color:#111;'> 1.11KB </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 992B </span>","children":null,"spread":false},{"title":"errno.c <span style='color:#111;'> 11B </span>","children":null,"spread":false},{"title":"open.c <span style='color:#111;'> 328B </span>","children":null,"spread":false},{"title":"setsid.c <span style='color:#111;'> 65B </span>","children":null,"spread":false},{"title":"_exit.c <span style='color:#111;'> 136B </span>","children":null,"spread":false},{"title":"string.c <span style='color:#111;'> 114B </span>","children":null,"spread":false},{"title":"dup.c <span style='color:#111;'> 67B </span>","children":null,"spread":false},{"title":"wait.c <span style='color:#111;'> 192B </span>","children":null,"spread":false},{"title":"write.c <span style='color:#111;'> 98B </span>","children":null,"spread":false}],"spread":false},{"title":"mm","children":[{"title":"page.s <span style='color:#111;'> 448B </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 770B </span>","children":null,"spread":false},{"title":"memory.c <span style='color:#111;'> 6.88KB </span>","children":null,"spread":false}],"spread":true},{"title":"tools","children":[{"title":"build.c <span style='color:#111;'> 1.67KB </span>","children":null,"spread":false}],"spread":true},{"title":"Makefile <span style='color:#111;'> 2.13KB </span>","children":null,"spread":false},{"title":"init","children":[{"title":"main.c <span style='color:#111;'> 3.52KB </span>","children":null,"spread":false}],"spread":true},{"title":"boot","children":[{"title":"boot.s <span style='color:#111;'> 7.70KB </span>","children":null,"spread":false},{"title":"head.s <span style='color:#111;'> 5.06KB </span>","children":null,"spread":false}],"spread":true},{"title":"fs","children":[{"title":"read_write.c <span style='color:#111;'> 2.63KB </span>","children":null,"spread":false},{"title":"bitmap.c <span style='color:#111;'> 3.79KB </span>","children":null,"spread":false},{"title":"ioctl.c <span style='color:#111;'> 935B </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 4.62KB </span>","children":null,"spread":false},{"title":"fcntl.c <span style='color:#111;'> 1.36KB </span>","children":null,"spread":false},{"title":"open.c <span style='color:#111;'> 3.76KB </span>","children":null,"spread":false},{"title":"truncate.c <span style='color:#111;'> 1.06KB </span>","children":null,"spread":false},{"title":"inode.c <span style='color:#111;'> 5.78KB </span>","children":null,"spread":false},{"title":"file_table.c <span style='color:#111;'> 56B </span>","children":null,"spread":false},{"title":"namei.c <span style='color:#111;'> 14.15KB </span>","children":null,"spread":false},{"title":"buffer.c <span style='color:#111;'> 6.02KB </span>","children":null,"spread":false},{"title":"char_dev.c <span style='color:#111;'> 1.24KB </span>","children":null,"spread":false},{"title":"tty_ioctl.c <span style='color:#111;'> 4.09KB </span>","children":null,"spread":false},{"title":"super.c <span style='color:#111;'> 2.36KB </span>","children":null,"spread":false},{"title":"exec.c <span style='color:#111;'> 7.36KB </span>","children":null,"spread":false},{"title":"stat.c <span style='color:#111;'> 1.11KB </span>","children":null,"spread":false},{"title":"pipe.c <span style='color:#111;'> 1.93KB </span>","children":null,"spread":false},{"title":"block_dev.c <span style='color:#111;'> 1.74KB </span>","children":null,"spread":false},{"title":"file_dev.c <span style='color:#111;'> 1.75KB </span>","children":null,"spread":false}],"spread":false},{"title":"kernel","children":[{"title":"serial.c <span style='color:#111;'> 1.31KB </span>","children":null,"spread":false},{"title":"traps.c <span style='color:#111;'> 4.66KB </span>","children":null,"spread":false},{"title":"vsprintf.c <span style='color:#111;'> 4.62KB </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 3.75KB </span>","children":null,"spread":false},{"title":"keyboard.s <span style='color:#111;'> 9.27KB </span>","children":null,"spread":false},{"title":"asm.s <span style='color:#111;'> 2.60KB </span>","children":null,"spread":false},{"title":"hd.c <span style='color:#111;'> 9.51KB </span>","children":null,"spread":false},{"title":"console.c <span style='color:#111;'> 9.30KB </span>","children":null,"spread":false},{"title":"exit.c <span style='color:#111;'> 2.85KB </span>","children":null,"spread":false},{"title":"printk.c <span style='color:#111;'> 602B </span>","children":null,"spread":false},{"title":"panic.c <span style='color:#111;'> 222B </span>","children":null,"spread":false},{"title":"fork.c <span style='color:#111;'> 3.40KB </span>","children":null,"spread":false},{"title":"system_call.s <span style='color:#111;'> 4.69KB </span>","children":null,"spread":false},{"title":"sched.c <span style='color:#111;'> 5.03KB </span>","children":null,"spread":false},{"title":"sys.c <span style='color:#111;'> 3.22KB </span>","children":null,"spread":false},{"title":"rs_io.s <span style='color:#111;'> 2.59KB </span>","children":null,"spread":false},{"title":"mktime.c <span style='color:#111;'> 1.36KB </span>","children":null,"spread":false},{"title":"tty_io.c <span style='color:#111;'> 6.59KB </span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"Linux0.01内核源代码及注释.pdf <span style='color:#111;'> 1.74MB </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明