1 Star 0 Fork 1

马祖亮/learn_linux_0.11

forked from 恬毅/learn_linux_0.11 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
cscope.files 1.79 KB
一键复制 编辑 原始数据 按行查看 历史
恬毅 提交于 2022-06-20 12:51 . 初始化linux代码
./boot/bootsect.s
./boot/head.s
./boot/setup.s
./fs/file_dev.c
./fs/exec.c
./fs/namei.c
./fs/block_dev.c
./fs/stat.c
./fs/buffer.c
./fs/bitmap.c
./fs/inode.c
./fs/read_write.c
./fs/Makefile
./fs/ioctl.c
./fs/super.c
./fs/open.c
./fs/char_dev.c
./fs/pipe.c
./fs/file_table.c
./fs/truncate.c
./fs/fcntl.c
./include/linux/config.h
./include/linux/tty.h
./include/linux/sched.h
./include/linux/kernel.h
./include/linux/sys.h
./include/linux/hdreg.h
./include/linux/fs.h
./include/linux/fdreg.h
./include/linux/mm.h
./include/linux/head.h
./include/a.out.h
./include/errno.h
./include/stdarg.h
./include/stddef.h
./include/const.h
./include/utime.h
./include/signal.h
./include/asm/io.h
./include/asm/segment.h
./include/asm/memory.h
./include/asm/system.h
./include/fcntl.h
./include/termios.h
./include/time.h
./include/sys/wait.h
./include/sys/times.h
./include/sys/utsname.h
./include/sys/types.h
./include/sys/stat.h
./include/unistd.h
./include/ctype.h
./include/string.h
./init/main.c
./kernel/sched.c
./kernel/traps.c
./kernel/vsprintf.c
./kernel/signal.c
./kernel/exit.c
./kernel/Makefile
./kernel/fork.c
./kernel/mktime.c
./kernel/blk_drv/blk.h
./kernel/blk_drv/hd.c
./kernel/blk_drv/Makefile
./kernel/blk_drv/ll_rw_blk.c
./kernel/blk_drv/ramdisk.c
./kernel/blk_drv/floppy.c
./kernel/panic.c
./kernel/printk.c
./kernel/system_call.s
./kernel/math/Makefile
./kernel/math/math_emulate.c
./kernel/asm.s
./kernel/sys.c
./kernel/chr_drv/rs_io.s
./kernel/chr_drv/console.c
./kernel/chr_drv/Makefile
./kernel/chr_drv/tty_io.c
./kernel/chr_drv/serial.c
./kernel/chr_drv/tty_ioctl.c
./lib/malloc.c
./lib/dup.c
./lib/close.c
./lib/errno.c
./lib/execve.c
./lib/setsid.c
./lib/Makefile
./lib/ctype.c
./lib/open.c
./lib/_exit.c
./lib/string.c
./lib/write.c
./lib/wait.c
./Makefile
./mm/page.s
./mm/Makefile
./mm/memory.c
./tools/build.c
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ma-zuliang/learn_linux_0.11.git
git@gitee.com:ma-zuliang/learn_linux_0.11.git
ma-zuliang
learn_linux_0.11
learn_linux_0.11
master

搜索帮助