文件名称:linux-0.11:来自Linux内核完全注释的内容
文件大小:242KB
文件格式:ZIP
更新时间:2024-05-20 07:26:12
C
linux-0.11 来自 Linux 内核完全注释 的内容,从 0.11 内核版本开始,完成后参考 0.12 版本进行修改.旨在加深对操作系统的理解. This repository is from this book: Linux内核完全注释, ISBN:978-7-111-14968-2. Based on Linux kernel 0.11 , and I also made some changes with 0.12. 进度 内核引导启动程序 boot boot sect.s setup.s head.s 内核初始化 kernel init main.c ##进程调度与系统调用 asm.s traps.c system_call.s mktime.c sched.c signal.c exit.c fork.c sys.c vsprintf.c p