上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 25 下一页
摘要: void sema_init (struct semaphore *sem, int val); void init_MUTEX (struct semaphore *sem); //将sem的值置为1,表示资源空闲void init_MUTEX_LOCKED (struct semaphore * 阅读全文
posted @ 2017-08-23 10:52 soul.stone 阅读(219) 评论(0) 推荐(0) 编辑
摘要: https://github.com/facebook/openbmc 1、GPIO 2、fan 阅读全文
posted @ 2017-08-09 21:48 soul.stone 阅读(1233) 评论(0) 推荐(0) 编辑
摘要: 1, download uboot ftp://ftp.denx.de/pub/u-boot/ 2, compile uboot make vexpress_ca9x4_config export ARCH=arm export CROSS_COMPILE=arm-linux-gnueabi- ma 阅读全文
posted @ 2017-07-30 21:23 soul.stone 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 1, easyBCD add entry -> config title Install Ubuntu root (hd0,0) kernel (hd0,0)/vmlinuz boot=casper iso-scan/filename=/ubuntu-16.04.2-desktop-i386.iso 阅读全文
posted @ 2017-07-30 21:08 soul.stone 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 1,安装工具sudo apt-get install gcc-arm-linux-gnueabisudo apt-get install qemu 2,下载Linux内核从kernel.org下载压缩包tar -xf linux-3.16.45.tar.xz 3,编译内核make mrproper 阅读全文
posted @ 2017-07-16 22:06 soul.stone 阅读(7026) 评论(0) 推荐(0) 编辑
摘要: todo:register_sysctl_table 阅读全文
posted @ 2017-07-15 17:57 soul.stone 阅读(159) 评论(0) 推荐(0) 编辑
摘要: http://www.linuxidc.com/Linux/2012-01/51725.htm 阅读全文
posted @ 2017-07-15 17:48 soul.stone 阅读(593) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/21cnbao/article/details/8457546 https://my.oschina.net/hanshubo/blog/615199 http://blog.csdn.net/zqixiao_09/article/details/50889 阅读全文
posted @ 2017-07-14 22:36 soul.stone 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 网口驱动:create_singlethread_workqueuealloc_netdev ether_setup header_ops net_device_ops //netdev_privregister_netdev 阅读全文
posted @ 2017-06-28 16:30 soul.stone 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 数据平面开发套件(DPDK[1] ,Data Plane Development Kit)是由6WIND,Intel等多家公司开发,主要基于Linux系统运行,用于快速数据包处理的函数库与驱动集合,可以极大提高数据处理性能和吞吐量,提高数据平面应用程序的工作效率。 阅读全文
posted @ 2017-06-26 11:05 soul.stone 阅读(168) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 25 下一页