<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Six Easy Steps to Compiling and Installing Linux Kernel</title>
	<atom:link href="http://openpeta.com/index.php/2010/01/six-easy-steps-to-compiling-and-installing-linux-kernel/feed/" rel="self" type="application/rss+xml" />
	<link>http://openpeta.com/index.php/2010/01/six-easy-steps-to-compiling-and-installing-linux-kernel/</link>
	<description>Open Mind ....  Open Source ...</description>
	<lastBuildDate>Mon, 23 Aug 2010 23:46:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: manoj kumar k</title>
		<link>http://openpeta.com/index.php/2010/01/six-easy-steps-to-compiling-and-installing-linux-kernel/comment-page-1/#comment-132</link>
		<dc:creator>manoj kumar k</dc:creator>
		<pubDate>Mon, 01 Mar 2010 16:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.openpeta.com/?p=580#comment-132</guid>
		<description>ok, i was somehow able to make the function call. but whatever value i pass to the function, i get -1 as the return. both program and the newcal() definition seems to be fine. also i tried with different data types in the printf statement. then also same output.
if it is %d then i get -1 as output, %ld then i get fffffff as output. any possible mistake i might have overlooked?</description>
		<content:encoded><![CDATA[<p>ok, i was somehow able to make the function call. but whatever value i pass to the function, i get -1 as the return. both program and the newcal() definition seems to be fine. also i tried with different data types in the printf statement. then also same output.<br />
if it is %d then i get -1 as output, %ld then i get fffffff as output. any possible mistake i might have overlooked?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manoj kumar k</title>
		<link>http://openpeta.com/index.php/2010/01/six-easy-steps-to-compiling-and-installing-linux-kernel/comment-page-1/#comment-131</link>
		<dc:creator>manoj kumar k</dc:creator>
		<pubDate>Fri, 26 Feb 2010 23:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.openpeta.com/?p=580#comment-131</guid>
		<description>sir, i have tried it again, even with a new kernel linux-2.6.32.5 and still after making necessary changes required in files and recompling, the gcc is not able to identify the newcall() function. if possible please send your mobile number to my mail(jonam4321@yahoo.com), i would like to come to you personally to see what is wrong. i am from c batch btech cse.</description>
		<content:encoded><![CDATA[<p>sir, i have tried it again, even with a new kernel linux-2.6.32.5 and still after making necessary changes required in files and recompling, the gcc is not able to identify the newcall() function. if possible please send your mobile number to my mail(jonam4321@yahoo.com), i would like to come to you personally to see what is wrong. i am from c batch btech cse.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://openpeta.com/index.php/2010/01/six-easy-steps-to-compiling-and-installing-linux-kernel/comment-page-1/#comment-130</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 25 Feb 2010 02:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.openpeta.com/?p=580#comment-130</guid>
		<description>You can recompile the same kernel at  so many times . Go to the kernel folder
# su
#cd /usr/src/linux
#make menuconfig
dont change anything simply save the file and exit
now type
#make
Try this . Sometimes without menuconfig make command will not work .</description>
		<content:encoded><![CDATA[<p>You can recompile the same kernel at  so many times . Go to the kernel folder<br />
# su<br />
#cd /usr/src/linux<br />
#make menuconfig<br />
dont change anything simply save the file and exit<br />
now type<br />
#make<br />
Try this . Sometimes without menuconfig make command will not work .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manoj kumar</title>
		<link>http://openpeta.com/index.php/2010/01/six-easy-steps-to-compiling-and-installing-linux-kernel/comment-page-1/#comment-129</link>
		<dc:creator>manoj kumar</dc:creator>
		<pubDate>Wed, 24 Feb 2010 19:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.openpeta.com/?p=580#comment-129</guid>
		<description>sir, i want to implement a user defined system call. i have made changes in files as needed(as instructed in class). but after this i have to recompile the kernel. how do you do it. because if i extract the same .bz file done before it will create the same copy of kernel without changes i made in the files i made in the present compiled kernel. and i am not able to compile the kernel file i have made changes to(eg. linux  folder). is there any possible way to compile the same folder again without extracting again.</description>
		<content:encoded><![CDATA[<p>sir, i want to implement a user defined system call. i have made changes in files as needed(as instructed in class). but after this i have to recompile the kernel. how do you do it. because if i extract the same .bz file done before it will create the same copy of kernel without changes i made in the files i made in the present compiled kernel. and i am not able to compile the kernel file i have made changes to(eg. linux  folder). is there any possible way to compile the same folder again without extracting again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
