会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
soul.stone
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
13
14
15
16
17
18
19
20
21
···
25
下一页
2017年8月23日
内核态信号量(todo)
摘要: 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
阅读(228)
评论(0)
推荐(0)
2017年8月9日
openBMC(todo)
摘要: https://github.com/facebook/openbmc 1、GPIO 2、fan
阅读全文
posted @ 2017-08-09 21:48 soul.stone
阅读(1248)
评论(0)
推荐(0)
2017年7月30日
uboot on qemu
摘要: 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
阅读(161)
评论(0)
推荐(0)
install ubuntu iso on windows
摘要: 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
阅读(240)
评论(0)
推荐(0)
2017年7月16日
在qemu上运行linux
摘要: 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
阅读(7136)
评论(0)
推荐(0)
2017年7月15日
todo:register_sysctl_table
摘要: todo:register_sysctl_table
阅读全文
posted @ 2017-07-15 17:57 soul.stone
阅读(167)
评论(0)
推荐(0)
platform_device_register和platform_driver_register
摘要: http://www.linuxidc.com/Linux/2012-01/51725.htm
阅读全文
posted @ 2017-07-15 17:48 soul.stone
阅读(615)
评论(0)
推荐(0)
2017年7月14日
DTS设备树(todo)
摘要: 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
阅读(180)
评论(0)
推荐(0)
2017年6月28日
todo: 网口驱动
摘要: 网口驱动:create_singlethread_workqueuealloc_netdev ether_setup header_ops net_device_ops //netdev_privregister_netdev
阅读全文
posted @ 2017-06-28 16:30 soul.stone
阅读(179)
评论(0)
推荐(0)
2017年6月26日
DPDK
摘要: 数据平面开发套件(DPDK[1] ,Data Plane Development Kit)是由6WIND,Intel等多家公司开发,主要基于Linux系统运行,用于快速数据包处理的函数库与驱动集合,可以极大提高数据处理性能和吞吐量,提高数据平面应用程序的工作效率。
阅读全文
posted @ 2017-06-26 11:05 soul.stone
阅读(175)
评论(0)
推荐(0)
上一页
1
···
13
14
15
16
17
18
19
20
21
···
25
下一页
公告