<?xml version="1.0" encoding="gb2312"?>
	<rss version="2.0">
		<channel>
		<title><![CDATA[Embeded Linux]]></title>
		<description><![CDATA[本博客文章全部摘自网络，所以没有写转载字样，如果侵犯了您的权利，请告知！]]></description>
		<link>http://www.cublog.cn/u2/70445/</link>
		<language>zh-cn</language>
		<generator>www.cublog.cn</generator>
		<copyright>Copyright 2010 ChinaUnix.Net All Rights Reserved</copyright>
		<pubDate>Mon, 06 Sep 2010 03:00:37 GMT</pubDate>
	
		<item>
			<title><![CDATA[Vxworks驱动程序的结构 ]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/70445/showart.php?id=2230308]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Sat, 08 May 2010 06:13:19 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>驱动程序的结构包括三个部分：初始化部分，函数功能部分和中断服务程序ISR。初始化部分初始化硬件，分配设备所需的资源，完成所有与系统相关的设置。如果是字符设备，首先调用iosDrvlnstall()来安装驱动程序，把……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[PDF文件使用指南]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/70445/showart.php?id=2155850]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Thu, 21 Jan 2010 03:25:36 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<DIV class=entry-body>
<P><BR>Adobe公司的PDF格式是分享文件的最佳格式，因为它体积适中，能够保存样式，在绝大多数平台下都能够打开和处理。</P></DIV>
<DIV class=entry-more id=more>
<P>下面，我们将……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Anti-Aliasing]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/70445/showart.php?id=2130354]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Fri, 25 Dec 2009 02:09:37 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<P class=MsoNormal style="MARGIN: 0cm 3.4pt 0pt; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-pagination: widow-orphan" align=left><SPAN lang=EN-US style="FONT-SIZE: 10……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Anti-aliasing]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/70445/showart.php?id=2130308]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Fri, 25 Dec 2009 01:39:56 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>Anti-aliasing(边缘柔化或抗锯齿):由于3D图像中的物体边缘总会或多或少的呈现三角形的锯齿，而抗锯齿就是使画面平滑自然，提高画质以使之柔和的一种方法。如今最新的全屏抗锯齿（Full Scene Anti-Aliasing）可以……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[linux 内核与用户空间通信之netlink使用方法]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/70445/showart.php?id=2124996]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Fri, 18 Dec 2009 06:29:45 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>Netlink 是一种特殊的 socket，它是 Linux 所特有的，类似于 BSD 中的AF_ROUTE 但又远比它的功能强大，目前在最新的 Linux 内核（2.6.14）中使用netlink 进行应用与内核通信的应用很多，包括：路由 daemon（NET……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[linux HZ Tick Jiffies ]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/70445/showart.php?id=2125090]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Fri, 18 Dec 2009 07:27:04 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>linux HZ <BR>Linux核心几个重要跟时间有关的名词或变数，底下将介绍HZ、tick与jiffies。 </DIV>
<DIV><BR>HZ <BR>Linux核心每隔固定周期会发出timer interrupt (IRQ 0)，HZ是用来定义每一秒有几次timer inter……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Linux 系统内核空间与用户空间通信的实现与分析]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/70445/showart.php?id=2125006]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Fri, 18 Dec 2009 06:34:59 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<P>多数的 Linux 内核态程序都需要和用户空间的进程交换数据，但 Linux 内核态无法对传统的 Linux 进程间同步和通信的方法提供足够的支持。本文总结并比较了几种内核态与用户态进程通信的实现方法，并推荐使用……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[嵌入式系统中Nand-Flash的原理及应用]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/70445/showart.php?id=2113132]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Mon, 07 Dec 2009 12:12:30 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>当前各类嵌入式系统开发设计中，存储模块是不可或缺的重要方面。NOR和NAND是目前市场上两种主要的非易失闪存技术。
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Nor-flash存储器的容量较小、写入速度较慢，但因其……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[数字电视信号的码率]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/70445/showart.php?id=2105454]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Fri, 27 Nov 2009 05:58:28 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<P><FONT face=Arial>码率是在单位时间内系统所能达到的最大数据量。传输数字电视信号时信道设备(如矩阵、光端机等)的带宽必须大于通过该通道的码率。</FONT></P>
<P>一、<FONT face=Arial>标准清晰度数字电……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[linux设备模型详解]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/70445/showart.php?id=2098719]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Thu, 19 Nov 2009 10:21:56 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>Linux 2.6内核的一个重要特色是提供了统一的内核设备模型。随着技术的不断进步，系统的拓扑结构越来越复杂，对智能电源管理、热插拔以及plug and play的支持要求也越来越高，2.4内核已经难以满足这些需求。为适……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[输入子系统分析]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/70445/showart.php?id=2098720]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Thu, 19 Nov 2009 10:23:40 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<H2>1 输入子系统架构Overview</H2>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 输入子系统（Input Subsystem）的架构如下图所示</P>
<P class=separator style="CLEAR: both; TEXT-ALIGN: center"><A……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Linux内核wait_queue深入分析]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/70445/showart.php?id=2098722]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Thu, 19 Nov 2009 10:24:46 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<DIV style="TEXT-INDENT: 21pt">首先,我们得明白,linux中的所有的进程都由task_struct这个结构管 理。在生成进程的时候将会分配一个task_struct结构，之后将通过这个结构对进程进行管理。 task_struct结构存……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[为标准触摸屏接口硬件编写驱动程序]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/70445/showart.php?id=2098724]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Thu, 19 Nov 2009 10:26:17 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<P>尽管<A href="http://www.eetchina.com/search/keyword.php?keywords=%B4%A5%C3%FE%C6%C1&amp;ACTION_TYPE=SEARCH&amp;operation=PHRASE&amp;search_mod=advanced&amp;section=ALL&amp;encode=1&amp;sub_f……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[LCD & framebuffer开发心得]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/70445/showart.php?id=2098725]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Thu, 19 Nov 2009 10:27:27 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<P style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-SIZE: 10pt">帧缓冲设备属于字符设备，采用了</SPAN><SPAN style="FONT-SIZE: 10pt">“</SPAN><SPAN style="FONT-SIZE: 10pt">文件层－驱动层</SPAN><SPAN……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[嵌入式系统中LCD驱动的实现原理]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/70445/showart.php?id=2098726]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Thu, 19 Nov 2009 10:28:05 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>合三星公司ARM9系列嵌入式处理器S3C2410，讲解如何进行LCD驱动程序模块化编程及如何将驱动程序静态加载进系统内核。 <BR><BR><BR>LCD（液晶显示）模块满足了嵌入式系统日益提高的要求，它可以显示汉字、字符和图……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Linux的I2C驱动架构]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/70445/showart.php?id=2098601]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Thu, 19 Nov 2009 08:37:06 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<DIV><STRONG>1. Linux的I2C驱动架构Linux中I2C总线的驱动分为两个部分，总线驱动（BUS）和设备驱动（DEVICE）。</STRONG></DIV>
<DIV><STRONG>&nbsp;&nbsp;&nbsp; </STRONG>其中总线驱动的职责，是为系统中……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[什么是rca接口]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/70445/showart.php?id=2093291]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Fri, 13 Nov 2009 02:28:10 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>标准视频输入（RCA）接口：也称AV 接口，通常都是成对的白色的音频接口和黄色的视频接口，它通常采用RCA进行连接，使用时只需要将带莲花头的标准AV 线缆与相应接口连接起来即可。AV接口实现了音频和视频的分离传……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[为您揭开多媒体声卡连接中的奥秘]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/70445/showart.php?id=2093302]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Fri, 13 Nov 2009 02:31:26 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>也许读者看到标题以后会不以为然，不就是把音箱插头插到声卡插座上嘛，太简单了！可是如果让大家试试看将家庭影院功放与声卡连接，又有几个人能够正确地连接呢？本文的目的就是为了解决大家在声卡与外部音响设备……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[I2C总线原理及应用实例 ]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/70445/showart.php?id=2093370]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Fri, 13 Nov 2009 02:58:56 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<TABLE height=2174 width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=top bgColor=#cccccc height=367><SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 宋体">I<SUP>2</SUP>C(Inter－Integrated Circuit)总线……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[视频与图像RGB/YUV格式详解]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u2/70445/showart.php?id=2081334]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Wed, 28 Oct 2009 09:38:53 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<DIV id=td_content>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 0.25in"><SPAN lang=ZH style="FONT-SIZE: 9pt; COLOR: black; FONT-FAMILY: 宋体">计算机彩色显示器显示色彩的原理与彩……  ]]></description>
		</item>	
			</channel>
	</rss>
