可加载内核模块 meaning in English
loadable kernel modules
Examples
- Connecting with system booting , this thesis introduces network booting and nfs file system . connecting with kernel cutting , using modularized programming and loadable kernel module mechanism of linux , i give some rules that decide what module will be compiled in the kernel . connecting with file system cutting , elf object file , dynamic and static link , standard c library and busybox concept have been used
利用网卡的bootrom从网络主机进行系统加载, nfs文件系统的应用也为系统调试带来极大的便利;通过可加载内核模块机制进行最小内核的定制,提出内核模块选择的基本原则;在最小文件系统的设计上,论文采用了busybox思想使得系统不存在冗余文件,对标准c库进行版本选择、 elf目标文件冗余去除、动态链接和静态链接选择方案等技术来达到系统中每个文件都最精简。