// The Directory Tree of Linux Kernel 0.11
\---linux-0.11
+---boot // Assembly programs to boot system
+---fs // File System
+---include // Head Files (*.h)
| +---asm // Related to CPU architecture
| +---linux // Exclusive used by Kernel
| \---sys // Data structures of System
+---init // Programs to initialize Kernel
+---kernel // Process Scheduler, Signal Handler, System Call of Kernel
| +---blk_drv // Block Device Driver
| +---chr_drv // Character Device Driver
| \---math // Math Co-processor Simulator
+---lib // Kernel Function Library
+---mm // Memory Management Programs
\---tools // Tools to generate Kernel Image file
\---linux-0.11
+---boot // Assembly programs to boot system
+---fs // File System
+---include // Head Files (*.h)
| +---asm // Related to CPU architecture
| +---linux // Exclusive used by Kernel
| \---sys // Data structures of System
+---init // Programs to initialize Kernel
+---kernel // Process Scheduler, Signal Handler, System Call of Kernel
| +---blk_drv // Block Device Driver
| +---chr_drv // Character Device Driver
| \---math // Math Co-processor Simulator
+---lib // Kernel Function Library
+---mm // Memory Management Programs
\---tools // Tools to generate Kernel Image file
本文介绍了Linux Kernel 0.11版本的目录结构,详细展示了各主要子目录的功能,如文件系统、内核初始化程序、进程调度器、内存管理等关键组件。
5134

被折叠的 条评论
为什么被折叠?



