<?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>Linux For All &#187; kernel</title>
	<atom:link href="http://www.linux4all.in/tag/kernel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linux4all.in</link>
	<description>Making Linux Usable For All From Newbies To Techies</description>
	<lastBuildDate>Wed, 15 Dec 2010 05:34:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Kernel Compilation</title>
		<link>http://www.linux4all.in/2008/07/30/kernel-compilation/</link>
		<comments>http://www.linux4all.in/2008/07/30/kernel-compilation/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 23:25:14 +0000</pubDate>
		<dc:creator>Kunal Gautam</dc:creator>
				<category><![CDATA[Editorial]]></category>
		<category><![CDATA[Featured Post]]></category>
		<category><![CDATA[Information]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://linux.tech-nologic.info/?p=12</guid>
		<description><![CDATA[A guide to Kernel compilation. This post contain Short Guide about how to compile kernel .]]></description>
			<content:encoded><![CDATA[<p>This is very presice and short note regarding kernel compilation. If you have any doubts please you can ask freely . Just leave a comment here</p>
<p><strong>The following packages are needed for compiling kernel</strong></p>
<p><span id="more-12"></span>glibc-headers</p>
<p>glibc-devel</p>
<p>cpp-*</p>
<p>binutils-*</p>
<p>gcc-*</p>
<p class="MsoNormal">
<p class="MsoNormal"><strong>Optional Packages [ require on method of Compilation ]</strong></p>
<p class="MsoNormal"><em>if using xconfig method</em></p>
<p>tcl-*</p>
<p class="MsoNormal">tk-*</p>
<p class="MsoNormal">or qt3*</p>
<p class="MsoNormal"><em>if using menuconfig</em></p>
<p>ncurses*</p>
<p class="MsoNormal">ncurses-devel*</p>
<p class="MsoNormal">
<p class="MsoNormal">Please note * means version and machine architecture <img src='http://www.linux4all.in/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Download the kernel versions from kernel.org site and extract it<br />
now following commands are to be fired [ as this is short note no details about command are given ask question by commenting ]</p>
<p class="MsoNormal">#make mrproper</p>
<p class="MsoNormal">
<p class="MsoNormal">
<blockquote>
<p class="MsoNormal">#make xconfig  &#8211;&gt; Graphical and best way</p>
<p>#make menuconfig<br />
<strong>The above two option are for customizing kernel accordingly to requirements</strong></p></blockquote>
<p>#make dep</p>
<p class="MsoNormal">#make clean</p>
<p class="MsoNormal">
<p class="MsoNormal">#make bzImage</p>
<p class="MsoNormal">
<p class="MsoNormal">#make modules</p>
<p class="MsoNormal">
<p class="MsoNormal">#make modules_install</p>
<p class="MsoNormal">
<p class="MsoNormal">#make install</p>
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal"><strong>and yes it is installed</strong></p>
<p class="MsoNormal"><strong>NOTE:- EXECUTING SOME COMMAND MAY TAKE SOME TIME AND SYSTEM RESOURCES</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux4all.in/2008/07/30/kernel-compilation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
