【Linux 架构】Linux内核架构

(1)System Call Interface(SCI)------系统调用接口
(2)Process Management(PM)-------进程管理模块
(3)Memory Management(MM)-------内存管理模块
(4)Arch ----------------------------硬件相关部分
(5)Device Driver(DD)---------------设备驱动
(6)Virtual File System(VFS)---------虚拟文件系统
(7)Network Stack-------------------网络协议栈

原文地址:https://www.cnblogs.com/jamesharden/p/6407757.html