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

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

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

.
├── Linux 0.11源码_linux-0.11-master.rar
└── linux-0.11-master
    └── linux-0.11-master
        ├── Makefile
        ├── README.md
        ├── boot
        │   ├── bootsect.s
        │   ├── head.s
        │   └── setup.s
        ├── cscope.files
        ├── 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
        ├── include
        │   ├── a.out.h
        │   ├── asm
        │   │   ├── io.h
        │   │   ├── memory.h
        │   │   ├── segment.h
        │   │   └── system.h
        │   ├── const.h
        │   ├── ctype.h
        │   ├── errno.h
        │   ├── fcntl.h
        │   ├── linux
        │   │   ├── config.h
        │   │   ├── fdreg.h
        │   │   ├── fs.h
        │   │   ├── hdreg.h
        │   │   ├── head.h
        │   │   ├── kernel.h
        │   │   ├── mm.h
        │   │   ├── sched.h
        │   │   ├── sched.h.cur1
        │   │   ├── sched.h.old
        │   │   ├── 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
        │   ├── blk_drv
        │   │   ├── Makefile
        │   │   ├── blk.h
        │   │   ├── floppy.c
        │   │   ├── hd.c
        │   │   ├── ll_rw_blk.c
        │   │   └── ramdisk.c
        │   ├── chr_drv
        │   │   ├── Makefile
        │   │   ├── console.c
        │   │   ├── keyboard.S
        │   │   ├── rs_io.s
        │   │   ├── serial.c
        │   │   ├── tty_io.c
        │   │   └── tty_ioctl.c
        │   ├── exit.c
        │   ├── fork.c
        │   ├── math
        │   │   ├── Makefile
        │   │   └── math_emulate.c
        │   ├── mktime.c
        │   ├── panic.c
        │   ├── printk.c
        │   ├── sched.c
        │   ├── signal.c
        │   ├── sys.c
        │   ├── system_call.s
        │   ├── traps.c
        │   └── vsprintf.c
        ├── lib
        │   ├── Makefile
        │   ├── _exit.c
        │   ├── close.c
        │   ├── ctype.c
        │   ├── dup.c
        │   ├── errno.c
        │   ├── execve.c
        │   ├── malloc.c
        │   ├── open.c
        │   ├── setsid.c
        │   ├── string.c
        │   ├── wait.c
        │   └── write.c
        ├── mm
        │   ├── Makefile
        │   ├── memory.c
        │   └── page.s
        └── tools
            └── build.c

16 directories, 105 files