基本信息
源码名称:Linux 0.01源代码
源码大小:0.09M
文件格式:.zip
开发语言:C/C++
更新时间:2023-02-15
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

Linux 0.01源代码


非常宝贵的Linux 0.01源代码,9881行代码。但麻雀虽小,五脏俱全。



.
├── Linux-0.01
│   ├── 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
└── 好例子网_Linux-0.01源码.zip

12 directories, 89 files