Linux内核

来源:互联网 发布:网络阅卷用2b 编辑:程序博客网 时间:2024/06/05 17:35

Linux内核的编译(命令)


vmake config                   配置:基于文本模式的交 互配置
vmake menuconfig          配置:基于文本模式的菜 单配置
vmake oldconfig              配置:使用已有的配置文件,但是会询问新增的配置选项
vmake xconfig                 配置:图形化系统中使用
vmake clean                   清除:删除产生的 文件,但保留配置 文件
vmake mrproper             清除:删除产生的文件和 配置文件
vmake distclean              清除:全部删除 
vmake bzImage               编译:编译生成目标机的 内核映像文件
vmake moules                 编译:编译内核模块
vmake moules_install      安装:把编译好的内核 模块复制到指定目录中


内核编译选项

 

 
vGeneral setup                             常规设置
vLoadable module support           可加载模块支持
vBlock layer                                  块设备层
vProcessor type and features       中央处理器(CPU)类型及 特性
vPower management options        电源管理选项
vBus options                                 总线选项
vExecutable file formats                可执行文件格式 
vNetworking                                  网络
vFile systems                                文件系统
Instrumentation Support               分析支持
vKernel hacking                            内核hack选项
vSecurity options                          安全选项
Cryptographic options                   加密选项
vLibrary routines                           库子程序
vDevice Drivers                             设备驱动程序