http://blog.chinaunix.net/uid/16979052.html
全部博文(286)
发布时间:2014-04-17 14:25:48
嵌入式系统的基础是交叉编译工具cross-compiler,本文是一个实际的tool chain制作脚本。......【阅读全文】
发布时间:2014-01-17 11:32:58
root@leon-lu:/home/work/qemu4arm/Demo# chmod +x arm-2010.09-50-arm-none-linux-gnueabi.bin root@leon-lu:/home/work/qemu4arm/Demo# ./arm-2010.09-50-arm-none-linux-gnueabi.bin Checking for required programs: awk grep sed bzip2 gunzip===================================================.........【阅读全文】
发布时间:2013-12-02 09:29:51
本文主要介绍内核模块的概念和基本编程方法,内核模块主要由加载、卸载函数功能函数等一系列声明组成。它可以被传入参数,也可以导出符号,供其它的模块使用。......【阅读全文】
发布时间:2013-09-27 08:35:12
1.proc文件读写代码:static int kdc_proc_write(struct file *file, const char __user *buffer,unsigned long count, void *data){ char config_data[100]={0x00}; //unsigned long long target_bytes; &nb.........【阅读全文】