摘要:
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 file3 linux内核的配置 make menuconfig 基于文本的交互式菜单型配 阅读全文