这一节的主要内容:

Menuconfig的操作

Kconfig和.config文件

Linux内核配置裁剪实验

linux编译器通过.config文件确认哪些代码编译进内核,哪些被裁减掉

menuconfig是生成.config的一个工具

在Linux发展过程中,配置内核可以使用以下命令:

  #make config (基本淘汰)

  #make menuconfig (基于文本菜单的配置界面,主流)

  #make gconfig(要求GTK+被安装)

  #make xconfig(要求QT被安装)

Menuconfig熟练使用即可,不用知道Linux怎么实现的

Kconfig能够仿写即可

最新文章

  1. freemarker种种
  2. Symbiont
  3. 使用sslsplit嗅探tls/ssl连接
  4. No.003 Longest Substring Without Repeating Characters
  5. Java [Leetcode 232]Implement Queue using Stacks
  6. Portlet 通信过程详解
  7. IOS开发中单例模式使用详解
  8. CI框架篇之控制器篇--设置路由(1)
  9. Poj 3468-A Simple Problem with Integers 线段树,树状数组
  10. centos 安装 mongo3.0
  11. 如何查看Android SDK源码版本
  12. LinearLayout 和 RelativeLayout
  13. Js之Navigator对象
  14. PHP标记
  15. Lombok介绍、使用方法和总结
  16. Sublime Text3 运行Python 出现Error:Decode error - output not utf-8
  17. json接口返回值
  18. springMVC的参数检验
  19. golang 多个worker正常关闭的示例
  20. RTP协议全解析(H264码流和PS流)

热门文章

  1. jQuery - 设置内容和属性 设置内容 - text()、html() 以及 val() , 设置属性 - attr()
  2. Coderfroces 862 C. Mahmoud and Ehab and the xor
  3. 《三》build 快速创建模块
  4. Vuejs2.0构建一个彩票查询WebAPP(1)
  5. 二进制部署mysql5.6
  6. 【CS Round #37 (Div. 2 only) B】Group Split
  7. Tomcat 的三种高级运行模式
  8. Eclipse怎么导入外来项目
  9. Kinect 开发 —— 图片浏览
  10. Kinect 开发 —— 语音识别(上)