<?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>OpenPeta &#187; compilation</title>
	<atom:link href="http://openpeta.com/index.php/category/compilation/feed/" rel="self" type="application/rss+xml" />
	<link>http://openpeta.com</link>
	<description>Open Mind ....  Open Source ...</description>
	<lastBuildDate>Wed, 21 Jul 2010 03:20:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Six Easy Steps to Compiling and Installing Linux Kernel</title>
		<link>http://openpeta.com/index.php/2010/01/six-easy-steps-to-compiling-and-installing-linux-kernel/</link>
		<comments>http://openpeta.com/index.php/2010/01/six-easy-steps-to-compiling-and-installing-linux-kernel/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 03:59:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Linux on NoteBook PCs]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[compilation]]></category>

		<guid isPermaLink="false">http://www.openpeta.com/?p=580</guid>
		<description><![CDATA[Compiling Linux Kernel is used for making your system as very customizable one . User can change kernel modules and device drivers based on their need . Suppose if i want to disable wireless support in my desktop PC [because wifi card is not available in my system] . i can recompile and disable that [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">
<p style="text-align: justify;">Compiling Linux Kernel is used for making your system as very customizable one . User can change kernel modules and device drivers based on their need . Suppose if i want to disable wireless support in my desktop PC  [because wifi card is not available in my system] . i can recompile and disable that option in my existing kernel. In this article , the kernel compilation has been described in Six Easy Steps</p>
<div style="padding-left: 120px;">
<div id="_mcePaste">1. Download the latest version of kernel from</div>
<blockquote>
<div id="_mcePaste" style="padding-left: 60px;">http://kernel.org</div>
</blockquote>
<div id="_mcePaste">The Latest kernel at the time of writing this  documentation</div>
<div id="_mcePaste" style="padding-left: 60px;">linux-2.6.32.3.tar.gz</div>
<div id="_mcePaste" style="padding-left: 60px;">or</div>
<div id="_mcePaste" style="padding-left: 60px;">linux-2.6.32.3.tar.gz</div>
<div id="_mcePaste">2. Unzip or Extract the archive file [Need Root Privileges ]</div>
<blockquote>
<div id="_mcePaste" style="padding-left: 30px;"># su</div>
<div id="_mcePaste" style="padding-left: 30px;"># tar -xzvf linux-2.6.32.3.tar.gz -C /usr/src</div>
<div id="_mcePaste" style="padding-left: 30px;">or</div>
<div id="_mcePaste" style="padding-left: 30px;"># tar -xjvf linux-2.6.32.3.tar.bz2 -C /usr/src</div>
</blockquote>
<div id="_mcePaste">3. Configure Modules and Drivers [Enable or Disable Drivers Here]</div>
<blockquote>
<div id="_mcePaste" style="padding-left: 30px;"># make menuconfig   (for text mode)</div>
<div id="_mcePaste" style="padding-left: 30px;">or</div>
<div id="_mcePaste" style="padding-left: 30px;"># make xconfig      (for xwindow)</div>
<div id="_mcePaste" style="padding-left: 30px;">or</div>
<div id="_mcePaste" style="padding-left: 30px;"># make gconfig      (for GNOME &#8211; Recommended)</div>
</blockquote>
<div id="_mcePaste">5. Compile Kernel [make command will take min 15 minutes to compile the kernel ]</div>
<blockquote>
<div id="_mcePaste" style="padding-left: 30px;"># make</div>
<div id="_mcePaste" style="padding-left: 30px;"># make modules</div>
<div id="_mcePaste" style="padding-left: 30px;"># make modules_install</div>
</blockquote>
<div id="_mcePaste">6. Install Kernel</div>
<blockquote>
<div id="_mcePaste" style="padding-left: 30px;"># make install</div>
</blockquote>
<div>Thats it. Now You can use new kernel in your favorite Linux flavors .</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://openpeta.com/index.php/2010/01/six-easy-steps-to-compiling-and-installing-linux-kernel/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
