您的位置:首页 > 运维架构 > Linux

The Directory Tree of Linux Kernel 0.11

2007-03-13 18:53 543 查看
// 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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐