linux内核 0.11版本源码 带中文注释

上传者: paomadi | 上传时间: 2019-12-21 20:25:57 | 文件大小: 284KB | 文件类型: zip
目录树 下面再给个样例 ├─Makefile │ ├─boot │ bootsect.s │ head.s │ setup.s │ ├─fs │ bitmap.c │ block_dev.c │ buffer.c │ char_dev.c │ exec.c │ fcntl.c │ file_dev.c │ file_table.c │ inode.c │ ioctl.c │ Makefile │ namei.c │ open.c │ pipe.c │ read_write.c │ stat.c │ super.c │ truncate.c │ ├─include │ │ a.out.h │ │ const.h │ │ ctype.h │ │ errno.h │ │ fcntl.h │ │ signal.h │ │ stdarg.h │ │ stddef.h │ │ string.h │ │ termios.h │ │ time.h │ │ unistd.h │ │ utime.h │ │ │ ├─asm │ │ io.h │ │ memory.h │ │ segment.h │ │ system.h │ │ │ ├─linux │ │ config.h │ │ fs.h │ │ hdreg.h │ │ head.h │ │ kernel.h │ │ mm.h │ │ sched.h │ │ sys.h │ │ tty.h │ │ │ └─sys │ stat.h │ times.h │ types.h │ utsname.h │ wait.h │ ├─init │ main.c │ ├─kernel │ │ asm.s │ │ exit.c │ │ fork.c │ │ mktime.c │ │ panic.c │ │ printk.c │ │ sched.c │ │ signal.c │ │ sys.c │ │ system_call.s │ │ vsprintf.c │ │ │ ├─blk_drv │ │ blk.h │ │ floppy.c │ │ hd.c │ │ ll_rw_blk.c │ │ Makefile │ │ ramdisk.c │ │ │ ├─chr_drv │ │ console.c │ │ keyboard.S │ │ Makefile │ │ rs_io.s │ │ serial.c │ │ tty_io.c │ │ tty_ioctl.c │ │ │ └─math │ Makefile │ math_emulate. │ ├─lib │ close.c │ ctype.c │ dup.c │ errno.c │ execve.c │ Makefile │ malloc.c │ open.c │ setsid.c │ string.c │ wait.c │ write.c │ _exit.c │ ├─mm │ Makefile │ memory.c │ page.s │ └─tools build.c 样例 main。c 用sourceinsight软件阅读 很方便 /* * linux/init/main.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__ // 定义该变量是为了包括定义在unistd.h 中的内嵌汇编代码等信息。 #include // *.h 头文件所在的默认目录是include/,则在代码中就不用明确指明位置。 // 如果不是UNIX 的标准头文件,则

文件下载

资源详情

[{"title":"( 97 个子文件 284KB ) linux内核 0.11版本源码 带中文注释","children":[{"title":"linux内核0.11注释版","children":[{"title":"mm","children":[{"title":"page.s <span style='color:#111;'> 842B </span>","children":null,"spread":false},{"title":"memory.c <span style='color:#111;'> 25.10KB </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 2.91KB </span>","children":null,"spread":false}],"spread":true},{"title":"boot","children":[{"title":"head.s <span style='color:#111;'> 13.22KB </span>","children":null,"spread":false},{"title":"bootsect.s <span style='color:#111;'> 12.49KB </span>","children":null,"spread":false},{"title":"setup.s <span style='color:#111;'> 12.42KB </span>","children":null,"spread":false}],"spread":true},{"title":"fs","children":[{"title":"inode.c <span style='color:#111;'> 14.92KB </span>","children":null,"spread":false},{"title":"pipe.c <span style='color:#111;'> 5.42KB </span>","children":null,"spread":false},{"title":"read_write.c <span style='color:#111;'> 5.86KB </span>","children":null,"spread":false},{"title":"bitmap.c <span style='color:#111;'> 8.46KB </span>","children":null,"spread":false},{"title":"namei.c <span style='color:#111;'> 37.20KB </span>","children":null,"spread":false},{"title":"exec.c <span style='color:#111;'> 18.90KB </span>","children":null,"spread":false},{"title":"stat.c <span style='color:#111;'> 2.69KB </span>","children":null,"spread":false},{"title":"char_dev.c <span style='color:#111;'> 4.09KB </span>","children":null,"spread":false},{"title":"buffer.c <span style='color:#111;'> 17.71KB </span>","children":null,"spread":false},{"title":"ioctl.c <span style='color:#111;'> 1.94KB </span>","children":null,"spread":false},{"title":"file_dev.c <span style='color:#111;'> 4.82KB </span>","children":null,"spread":false},{"title":"truncate.c <span style='color:#111;'> 2.46KB </span>","children":null,"spread":false},{"title":"super.c <span style='color:#111;'> 13.57KB </span>","children":null,"spread":false},{"title":"fcntl.c <span style='color:#111;'> 3.33KB </span>","children":null,"spread":false},{"title":"block_dev.c <span style='color:#111;'> 3.95KB </span>","children":null,"spread":false},{"title":"file_table.c <span style='color:#111;'> 209B </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 6.80KB </span>","children":null,"spread":false},{"title":"open.c <span style='color:#111;'> 10.00KB </span>","children":null,"spread":false}],"spread":false},{"title":"include","children":[{"title":"a.out.h <span style='color:#111;'> 8.22KB </span>","children":null,"spread":false},{"title":"string.h <span style='color:#111;'> 21.75KB </span>","children":null,"spread":false},{"title":"signal.h <span style='color:#111;'> 4.01KB </span>","children":null,"spread":false},{"title":"unistd.h <span style='color:#111;'> 9.21KB </span>","children":null,"spread":false},{"title":"stdarg.h <span style='color:#111;'> 1.77KB </span>","children":null,"spread":false},{"title":"utime.h <span style='color:#111;'> 392B </span>","children":null,"spread":false},{"title":"fcntl.h <span style='color:#111;'> 3.30KB </span>","children":null,"spread":false},{"title":"linux","children":[{"title":"mm.h <span style='color:#111;'> 473B </span>","children":null,"spread":false},{"title":"sched.h <span style='color:#111;'> 13.25KB </span>","children":null,"spread":false},{"title":"head.h <span style='color:#111;'> 760B </span>","children":null,"spread":false},{"title":"config.h <span style='color:#111;'> 2.16KB </span>","children":null,"spread":false},{"title":"fs.h <span style='color:#111;'> 9.72KB </span>","children":null,"spread":false},{"title":"kernel.h <span style='color:#111;'> 1.44KB </span>","children":null,"spread":false},{"title":"sys.h <span style='color:#111;'> 5.41KB </span>","children":null,"spread":false},{"title":"hdreg.h <span style='color:#111;'> 2.94KB </span>","children":null,"spread":false},{"title":"tty.h <span style='color:#111;'> 3.93KB </span>","children":null,"spread":false}],"spread":true},{"title":"ctype.h <span style='color:#111;'> 1.68KB </span>","children":null,"spread":false},{"title":"stddef.h <span style='color:#111;'> 378B </span>","children":null,"spread":false},{"title":"termios.h <span style='color:#111;'> 13.58KB </span>","children":null,"spread":false},{"title":"errno.h <span style='color:#111;'> 2.30KB </span>","children":null,"spread":false},{"title":"time.h <span style='color:#111;'> 1.81KB </span>","children":null,"spread":false},{"title":"const.h <span style='color:#111;'> 589B </span>","children":null,"spread":false},{"title":"asm","children":[{"title":"io.h <span style='color:#111;'> 772B </span>","children":null,"spread":false},{"title":"system.h <span style='color:#111;'> 4.08KB </span>","children":null,"spread":false},{"title":"segment.h <span style='color:#111;'> 2.50KB </span>","children":null,"spread":false},{"title":"memory.h <span style='color:#111;'> 1.03KB </span>","children":null,"spread":false}],"spread":false},{"title":"sys","children":[{"title":"wait.h <span style='color:#111;'> 1.48KB </span>","children":null,"spread":false},{"title":"stat.h <span style='color:#111;'> 2.37KB </span>","children":null,"spread":false},{"title":"utsname.h <span style='color:#111;'> 423B </span>","children":null,"spread":false},{"title":"times.h <span style='color:#111;'> 377B </span>","children":null,"spread":false},{"title":"types.h <span style='color:#111;'> 1.10KB </span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"kernel","children":[{"title":"signal.c <span style='color:#111;'> 5.61KB </span>","children":null,"spread":false},{"title":"system_call.s <span style='color:#111;'> 12.53KB </span>","children":null,"spread":false},{"title":"panic.c <span style='color:#111;'> 952B </span>","children":null,"spread":false},{"title":"fork.c <span style='color:#111;'> 6.77KB </span>","children":null,"spread":false},{"title":"sched.c <span style='color:#111;'> 18.57KB </span>","children":null,"spread":false},{"title":"math","children":[{"title":"math_emulate.c <span style='color:#111;'> 2.08KB </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 3.21KB </span>","children":null,"spread":false}],"spread":true},{"title":"sys.c <span style='color:#111;'> 7.62KB </span>","children":null,"spread":false},{"title":"mktime.c <span style='color:#111;'> 2.72KB </span>","children":null,"spread":false},{"title":"vsprintf.c <span style='color:#111;'> 9.96KB </span>","children":null,"spread":false},{"title":"exit.c <span style='color:#111;'> 8.08KB </span>","children":null,"spread":false},{"title":"printk.c <span style='color:#111;'> 1.75KB </span>","children":null,"spread":false},{"title":"asm.s <span style='color:#111;'> 5.10KB </span>","children":null,"spread":false},{"title":"blk_drv","children":[{"title":"hd.c <span style='color:#111;'> 17.14KB </span>","children":null,"spread":false},{"title":"blk.h <span style='color:#111;'> 5.69KB </span>","children":null,"spread":false},{"title":"ramdisk.c <span style='color:#111;'> 6.13KB </span>","children":null,"spread":false},{"title":"floppy.c <span style='color:#111;'> 23.49KB </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 4.25KB </span>","children":null,"spread":false},{"title":"ll_rw_blk.c <span style='color:#111;'> 7.59KB </span>","children":null,"spread":false}],"spread":false},{"title":"chr_drv","children":[{"title":"serial.c <span style='color:#111;'> 2.91KB </span>","children":null,"spread":false},{"title":"keyboard.S <span style='color:#111;'> 21.04KB </span>","children":null,"spread":false},{"title":"tty_ioctl.c <span style='color:#111;'> 10.70KB </span>","children":null,"spread":false},{"title":"console.c <span style='color:#111;'> 30.91KB </span>","children":null,"spread":false},{"title":"tty_io.c <span style='color:#111;'> 18.40KB </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 4.81KB </span>","children":null,"spread":false},{"title":"rs_io.s <span style='color:#111;'> 5.75KB </span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"init","children":[{"title":"main.c <span style='color:#111;'> 12.52KB </span>","children":null,"spread":false}],"spread":true},{"title":"tools","children":[{"title":"build.c <span style='color:#111;'> 8.12KB </span>","children":null,"spread":false}],"spread":true},{"title":"Makefile <span style='color:#111;'> 8.58KB </span>","children":null,"spread":false},{"title":"lib","children":[{"title":"errno.c <span style='color:#111;'> 66B </span>","children":null,"spread":false},{"title":"execve.c <span style='color:#111;'> 607B </span>","children":null,"spread":false},{"title":"ctype.c <span style='color:#111;'> 1.72KB </span>","children":null,"spread":false},{"title":"dup.c <span style='color:#111;'> 401B </span>","children":null,"spread":false},{"title":"wait.c <span style='color:#111;'> 774B </span>","children":null,"spread":false},{"title":"_exit.c <span style='color:#111;'> 616B </span>","children":null,"spread":false},{"title":"string.c <span style='color:#111;'> 199B </span>","children":null,"spread":false},{"title":"setsid.c <span style='color:#111;'> 382B </span>","children":null,"spread":false},{"title":"malloc.c <span style='color:#111;'> 13.50KB </span>","children":null,"spread":false},{"title":"write.c <span style='color:#111;'> 545B </span>","children":null,"spread":false},{"title":"close.c <span style='color:#111;'> 397B </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 4.83KB </span>","children":null,"spread":false},{"title":"open.c <span style='color:#111;'> 1.22KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}],"spread":true}]

评论信息

  • 乐韬科技 :
    还行吧,对初学者有用
    2020-10-24
  • u010765526 :
    下来看一看先
    2019-11-04
  • I52415 :
    收了,正在研究
    2018-05-26
  • 夏飞天 :
    稍微看了一下,非常有用,正常理解一下Linux原理
    2018-05-16
  • nnhgmd :
    还不错,注释很详细
    2018-05-07

免责申明

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