2011年7月19日

摘要: 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 基于文本的交互式菜单型配 阅读全文
posted @ 2011-07-19 10:04 嵌入式操作系统 阅读(315) 评论(0) 推荐(0)

导航