博客首页
注册
建议与交流
排行榜
加入友情链接
推荐
投诉
搜索:
帮助
轮子的轨迹
── 技术版
lunziyu.cublog.cn
管理博客
发表文章
留言
收藏夹
· 嵌入式、Linux相关
· 移动通信技术相关
博客圈
音乐
相册
· 初春访樱
· 圆明园-2007-06-24
导入文章
文章
· 嵌入式开发
· Linux内核和编程
· 移动通信技术
· C/C++语言
· 算法分析与设计
· UBUNTU使用笔记
· 摄影小集
· 生活杂记
首页
关于作者
姓名:轮子 职业:硕士在读 年龄:26 位置:中科院计算技术研究所 个性介绍:对嵌入式软件、操作系统内核、驱动和移动通信技术感兴趣。 Email:lunziyu@gmail.com
||
<<
>>
||
我的分类
最新照片
上一张
下一张
幻灯片
停止播放
最新文章
·
[转]diff和patch使用指南
·
硬盘安装Ubuntu8.04
·
Ubuntu下使用命令ll
·
printk函数之记录等级
·
关于__iomem的解释
最新留言
·
本站网友
怎么在linux下,用的NVIDI..
·
本站网友
http://blog.chinaunix.ne..
·
zhouchuan15
师哥,你好啊.我是科院一年..
·
本站网友
你好 我在做WM8731 DE aso..
·
heixia108
你好!你是中科院的吗?我想..
最新评论
·
顶了
·
顶了
·
我在做wm8731的asoc驱动 现..
·
good
·
顶你一个
最新收藏
·
嵌入式Linux资源列表
·
移动技术未来版图
·
todaygood
·
UBUNTU快速设置指南
·
LUPA开源社区
统计信息
·
总访问量:41165
·
文章个数:41
·
评论条数:20
·
留言条数:9
·
网友推荐:
[转]diff和patch使用指南
<DIV id=article_main _element_extended_="true"> <DIV class=storycontent> <DIV id=article_main _element_extended_="true"> <DIV class=storycontent> <P>【 原文链接:<A href="http://milton.bloghome.cn/posts/64515.html">http://milton.bloghome.cn/posts/64515.html</A> 】</P> <P>diff和patch是一对工具,在数学上来说,diff是对两个集合的差运算,patch是对两个集合的和运算。<BR>diff比较两个文件或文件集合的差异,并记录下来,生成一个diff文件,这也是我们常说的patch文件,即补丁文件。<BR>patch能将diff文件……
查看全文
发表于:2008-04-26 ┆
阅读(164)
┆
评论(0)
硬盘安装Ubuntu8.04
<DIV> <DIV><FONT size=2>1.将Ubuntu8.04的ISO文件拷贝到C盘根目录</FONT></DIV> <DIV><FONT size=2>2.使用虚拟光驱把Ubuntu8.04的ISO里面的.disk和casper拷贝到C盘根目录</FONT></DIV></DIV> <DIV><FONT size=2>3.下载GrubforDos,用来引导系统。</FONT><A href="http://www.linuxeden.com/download/data/soft/1383.html" target=_blank><FONT size=2>点此</FONT></A><FONT size=2>进入下载页。</FONT></DIV> <DIV><FONT size=2>4.将下载的GrubforDos解压到C盘根目录</FONT></DIV> <DIV><FONT size=2> 将menu.lst内容修改为</F……
查看全文
发表于:2008-04-25 ┆
阅读(984)
┆
评论(0)
Ubuntu下使用命令ll
Ubuntu默认不支持命令ll,必须用 ls -l,这样使用起来不是很方便。<br> 可以如下修改:<br> 打开 ~/.bashrc<br> 找到 #alias ll='ls -l',去掉前面的#就可以了。<br> 实际上ll是 ls -l 的一个别名;很明显,我们可以在这里添加任何其他的命令别名:)<br>
查看全文
发表于:2008-04-22 ┆
阅读(155)
┆
评论(0)
printk函数之记录等级
printk()函数和printf()函数的主要区别是前者可以指定一个记录级别,内核根据这个级别来判断是否在终端上打印消息。<br> 可供使用的记录等级有7个,从KERN_EMERG(定义为"<0>")到KERN_DEBUG(定义为"<7>")。<br> 如:printk(KERN_WARNING "This is a warning\n");<br> 如果你不对printk()函数指定一个记录等级,内核会选择默认的记录等级DEFAULT_MESSAGE_LOGLEVEL。<br> 当前终端也有一个记录等级console_loglevel。内核会打印出记录等级比当前console_loglevel小(等级更高)的消息。<……
查看全文
发表于:2008-03-25 ┆
阅读(248)
┆
评论(0)
关于__iomem的解释
原文链接:http://lwn.net/Articles/102232/<br><h1>A new I/O memory access mechanism</h1>Most reasonably current cards for the PCI bus (and others) provide one or more I/O memory regions to the bus. By accessing those regions, the processor can communicate with the peripheral and make things happen. A look at <tt>/proc/iomem</tt> will show the I/O memory regions which have been registered on a given system. <div class="AdRight"> <div class="AdMarker">Advertisement<br><br>To work with an ……
查看全文
发表于:2008-03-18 ┆
阅读(316)
┆
评论(0)
ALSA Soc音频驱动分析
<link style="font-weight: bold;" rel="File-List" href="file:///C:%5CDOCUME%7E1%5Cslyu%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"><font style="font-weight: bold;" size="4"><o:smarttagtype namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="chmetcnv"></o:smarttagtype></font><b style=""><span style="font-family: 宋体;"><font size="4">1. Soc audio driver module</font><br> 注册一个</span><span lang="EN-US">name</span></b><b s……
查看全文
发表于:2008-03-17 ┆
阅读(405)
┆
评论(1)
音频设备的三种硬件接口
<link style="color: rgb(0, 1, 2);" rel="File-List" href="file:///C:%5CDOCUME%7E1%5Cslyu%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"><font style="color: rgb(0, 1, 2);" size="3"><o:smarttagtype namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="chmetcnv"></o:smarttagtype><o:smarttagtype namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="chsdate"></o:smarttagtype><st1:chsdate style="font-weight: bold;" year="1899" month="12" day="30" islunardate="Fal……
查看全文
发表于:2008-03-15 ┆
阅读(322)
┆
评论(0)
获取信号量的三种方式
<p><ccid_code>void down(struct semaphore * sem);</ccid_code></p> <p>该函数用于获得信号量sem,它会导致睡眠,因此不能在中断上下文(包括IRQ上下文和softirq上下文)使用该函数。该函数将把sem的值减1,如果信号量sem的值非负,就直接返回,否则调用者将被挂起,直到别的任务释放该信号量才能继续运行。 <ccid_nobr></ccid_nobr></p> <p><ccid_code>int down_interruptible(struct semaphore * sem);</ccid_code></p> <p>该函数功能与down类似,不同之处为,down不会被信号(signal)打断,但down_interruptible能被信号打断,因此……
查看全文
发表于:2008-03-15 ┆
阅读(227)
┆
评论(0)