文件名称:Linux0.0.1 源代码 代中文注释
文件大小:116KB
文件格式:ZIP
更新时间:2018-07-25 16:24:38
linux 操作系统源码 linux源码
Linux0.0.1的源代码,带中文的注释,是研究操作系统的不错选择。资源已经非常难得了。
【文件预览】:
init
----main.c(4KB)
tools
----build.c(2KB)
boot
----head.s(7KB)
----boot.s(9KB)
mm
----page.s(482B)
----memory.c(10KB)
----Makefile(807B)
include
----stdarg.h(808B)
----string.h(8KB)
----const.h(336B)
----utime.h(238B)
----ctype.h(1KB)
----unistd.h(7KB)
----termios.h(5KB)
----stddef.h(305B)
----signal.h(2KB)
----asm()
--------memory.h(624B)
--------segment.h(1KB)
--------system.h(2KB)
--------io.h(886B)
----linux()
--------config.h(1KB)
--------kernel.h(277B)
--------fs.h(5KB)
--------sys.h(2KB)
--------head.h(324B)
--------tty.h(2KB)
--------hdreg.h(3KB)
--------sched.h(8KB)
--------mm.h(229B)
----fcntl.h(1KB)
----errno.h(1KB)
----a.out.h(6KB)
----sys()
--------utsname.h(250B)
--------types.h(851B)
--------wait.h(583B)
--------times.h(215B)
--------stat.h(1KB)
----time.h(776B)
fs
----buffer.c(7KB)
----stat.c(1KB)
----inode.c(7KB)
----open.c(5KB)
----tty_ioctl.c(4KB)
----block_dev.c(2KB)
----truncate.c(1KB)
----file_dev.c(2KB)
----bitmap.c(6KB)
----ioctl.c(1KB)
----read_write.c(3KB)
----pipe.c(2KB)
----exec.c(9KB)
----fcntl.c(2KB)
----file_table.c(59B)
----super.c(3KB)
----namei.c(18KB)
----Makefile(5KB)
----char_dev.c(1KB)
lib
----write.c(102B)
----errno.c(12B)
----open.c(519B)
----_exit.c(257B)
----dup.c(71B)
----string.c(122B)
----close.c(73B)
----setsid.c(69B)
----Makefile(1KB)
----execve.c(111B)
----ctype.c(1KB)
----wait.c(202B)
Makefile
kernel
----hd.c(12KB)
----mktime.c(1KB)
----sys.c(4KB)
----asm.s(3KB)
----exit.c(4KB)
----system_call.s(6KB)
----fork.c(4KB)
----printk.c(823B)
----sched.c(6KB)
----vsprintf.c(5KB)
----console.c(12KB)
----traps.c(5KB)
----Makefile(4KB)
----serial.c(2KB)
----rs_io.s(4KB)
----keyboard.s(10KB)
----tty_io.c(7KB)
----panic.c(233B)