<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>EmbLogic &#187; zahid</title>
	<atom:link href="https://www.emblogic.com/blog/author/zahid/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Tue, 03 Mar 2020 13:00:06 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>Character Driver</title>
		<link>https://www.emblogic.com/blog/07/character-driver-9/</link>
		<comments>https://www.emblogic.com/blog/07/character-driver-9/#comments</comments>
		<pubDate>Wed, 03 Jul 2013 12:54:03 +0000</pubDate>
		<dc:creator><![CDATA[zahid]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.emblogic.com/blog/?p=6634</guid>
		<description><![CDATA[Rlog file for character driver &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- RCS file: lkm2.c,v Working file: lkm2.c head: 1.5 branch: locks: strict root: 1.5 access list: symbolic names: keyword substitution: kv total revisions: 5; selected revisions: 5 description: Base file for character device driver. It &#8230; <a href="https://www.emblogic.com/blog/07/character-driver-9/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Rlog file for character driver<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
RCS file: lkm2.c,v<br />
Working file: lkm2.c<br />
head: 1.5<br />
branch:<br />
locks: strict<br />
        root: 1.5<br />
access list:<br />
symbolic names:<br />
keyword substitution: kv<br />
total revisions: 5;     selected revisions: 5<br />
description:<br />
Base file for character device driver.<br />
It register Device Driver creats major no.<br />
Also it unregister the driver.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
revision 1.5    locked by: root;<br />
date: 2013/07/03 12:44:29;  author: zahid;  state: Exp;  lines: +6 -3<br />
Introduce fucntionality of command line argumets.<br />
Using module_param().<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
revision 1.4<br />
date: 2013/07/03 11:55:20;  author: zahid;  state: Exp;  lines: +8 -1<br />
We initialize all cdev members like owners, ops, dev, etc.<br />
Initialize successfully.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
revision 1.3<br />
date: 2013/07/03 11:31:44;  author: zahid;  state: Exp;  lines: +23 -2<br />
We initialize the cdev using cdev_init().<br />
Then we add this device using cdev_add().<br />
Now our device is live and its operation can be called by the kernel.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
revision 1.2<br />
date: 2013/07/03 10:49:06;  author: zahid;  state: Exp;  lines: +20 -5<br />
Now program allocate memory to struct sculldev using kmalloc().<br />
Then we set the allocted memory to &#8221; using memset.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
revision 1.1<br />
date: 2013/07/03 10:00:00;  author: zahid;  state: Exp;<br />
Initial revision<br />
=============================================================================</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/07/character-driver-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPC using Multithread</title>
		<link>https://www.emblogic.com/blog/06/ipc-using-multithread/</link>
		<comments>https://www.emblogic.com/blog/06/ipc-using-multithread/#comments</comments>
		<pubDate>Fri, 28 Jun 2013 11:38:49 +0000</pubDate>
		<dc:creator><![CDATA[zahid]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.emblogic.com/blog/?p=6631</guid>
		<description><![CDATA[Successfully run IPC project using multi thread server can process 1200 req. clients.]]></description>
				<content:encoded><![CDATA[<p>Successfully run IPC project using multi thread<br />
server can process 1200 req. clients.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/06/ipc-using-multithread/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPC</title>
		<link>https://www.emblogic.com/blog/06/ipc-6/</link>
		<comments>https://www.emblogic.com/blog/06/ipc-6/#comments</comments>
		<pubDate>Sat, 01 Jun 2013 11:50:52 +0000</pubDate>
		<dc:creator><![CDATA[zahid]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.emblogic.com/blog/?p=6513</guid>
		<description><![CDATA[Successfully done IPC using Pipes for Multiple req. client and multiple processing client. I check for 100 clients running properly.]]></description>
				<content:encoded><![CDATA[<p>Successfully done IPC using Pipes<br />
for Multiple req. client and multiple processing client.<br />
I check for 100 clients running properly.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/06/ipc-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPC</title>
		<link>https://www.emblogic.com/blog/06/ipc-5/</link>
		<comments>https://www.emblogic.com/blog/06/ipc-5/#comments</comments>
		<pubDate>Sat, 01 Jun 2013 05:42:00 +0000</pubDate>
		<dc:creator><![CDATA[zahid]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.emblogic.com/blog/?p=6511</guid>
		<description><![CDATA[Successfully run IPC using pipes. For one req. cllient one prosessing client. Now trying for multiple req. client.]]></description>
				<content:encoded><![CDATA[<p>Successfully run IPC using pipes.<br />
For one req. cllient one prosessing client.<br />
Now trying for multiple req. client.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/06/ipc-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MDC</title>
		<link>https://www.emblogic.com/blog/05/mdc-5/</link>
		<comments>https://www.emblogic.com/blog/05/mdc-5/#comments</comments>
		<pubDate>Wed, 01 May 2013 10:35:27 +0000</pubDate>
		<dc:creator><![CDATA[zahid]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.emblogic.com/blog/?p=6385</guid>
		<description><![CDATA[Completed Compression/ Decompression for 4 bit code length. Running properly. It creats a compress file and a key file(contaning masterarray). For decompression it uses compress file and key file. trying for any code length.]]></description>
				<content:encoded><![CDATA[<p>Completed Compression/ Decompression for 4 bit code length.<br />
Running properly.<br />
It creats a compress file and a key file(contaning masterarray).<br />
For decompression it uses compress file and key file.<br />
trying for any code length.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/05/mdc-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Low level file IO</title>
		<link>https://www.emblogic.com/blog/04/low-level-file-io/</link>
		<comments>https://www.emblogic.com/blog/04/low-level-file-io/#comments</comments>
		<pubDate>Tue, 23 Apr 2013 05:25:03 +0000</pubDate>
		<dc:creator><![CDATA[zahid]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.emblogic.com/blog/?p=6383</guid>
		<description><![CDATA[How can we access directory thorough a c program? Question is to write a program to find all the files with ext &#8216;.txt&#8217; in a current directory. so, How can we access a directory? or any hint &#8230;]]></description>
				<content:encoded><![CDATA[<p>How can we access directory thorough a c program?<br />
Question is to write a program to find all the files with ext &#8216;.txt&#8217; in a current directory.</p>
<p>so, How can we access a directory? or any hint &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/04/low-level-file-io/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
