linux -- 内核的配置和编译

1 嵌入式系统定义

  以应用为中心,软硬件可裁减、内核可定制、对环境和功耗有严格要求的系统。

2 linux内核具有可裁减、可定制的特点

  make clean       -- remove most generated files but keep the config file

  make mrproper -- remove all generated file and config file

  make distclean  -- mrproper and remove editor backup and patch file

3 linux内核的配置

  make menuconfig     基于文本的交互式菜单型配置方式

  make xconfig    基于图形的交互式菜单配置方式

  make config     基于文本模式的配置方式    

  make oldconfig   使用已有的配置文件(.config),但是会询问新增的配置选项

  内核配置的方法通常在一个已有的配置文件的基础上,通过修改得到新的配置文件,linux提供一系列的配置文件

   

posted on 2011-07-19 10:04  嵌入式操作系统  阅读(315)  评论(0)    收藏  举报

导航