中文注释linux2.0,Linux0.0.1 源代码 代中文注释

【实例简介】

Linux0.0.1的源代码,带中文的注释,是研究操作系统的不错选择。资源已经非常难得了。

【实例截图】

【核心代码】

linux0.0.1comment

├── Makefile

├── boot

│   ├── boot.s

│   └── head.s

├── fs

│   ├── Makefile

│   ├── bitmap.c

│   ├── block_dev.c

│   ├── buffer.c

│   ├── char_dev.c

│   ├── exec.c

│   ├── fcntl.c

│   ├── file_dev.c

│   ├── file_table.c

│   ├── inode.c

│   ├── ioctl.c

│   ├── namei.c

│   ├── open.c

│   ├── pipe.c

│   ├── read_write.c

│   ├── stat.c

│   ├── super.c

│   ├── truncate.c

│   └── tty_ioctl.c

├── include

│   ├── a.out.h

│   ├── asm

│   │   ├── io.h

│   │   ├── memory.h

│   │   ├── segment.h

│   │   └── system.h

│   ├── const.h

│   ├── ctype.h

│   ├── errno.h

│   ├── fcntl.h

│   ├── linux

│   │   ├── config.h

│   │   ├── fs.h

│   │   ├── hdreg.h

│   │   ├── head.h

│   │   ├── kernel.h

│   │   ├── mm.h

│   │   ├── sched.h

│   │   ├── sys.h

│   │   └── tty.h

│   ├── signal.h

│   ├── stdarg.h

│   ├── stddef.h

│   ├── string.h

│   ├── sys

│   │   ├── stat.h

│   │   ├── times.h

│   │   ├── types.h

│   │   ├── utsname.h

│   │   └── wait.h

│   ├── termios.h

│   ├── time.h

│   ├── unistd.h

│   └── utime.h

├── init

│   └── main.c

├── kernel

│   ├── Makefile

│   ├── asm.s

│   ├── console.c

│   ├── exit.c

│   ├── fork.c

│   ├── hd.c

│   ├── keyboard.s

│   ├── mktime.c

│   ├── panic.c

│   ├── printk.c

│   ├── rs_io.s

│   ├── sched.c

│   ├── serial.c

│   ├── sys.c

│   ├── system_call.s

│   ├── traps.c

│   ├── tty_io.c

│   └── vsprintf.c

├── lib

│   ├── Makefile

│   ├── _exit.c

│   ├── close.c

│   ├── ctype.c

│   ├── dup.c

│   ├── errno.c

│   ├── execve.c

│   ├── open.c

│   ├── setsid.c

│   ├── string.c

│   ├── wait.c

│   └── write.c

├── mm

│   ├── Makefile

│   ├── memory.c

│   └── page.s

└── tools

└── build.c

11 directories, 88 files

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值