<?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: How To Check What Kernel Build Options Enabled In The Linux Kernel?</title>
	<atom:link href="http://www.walkernews.net/2008/11/21/how-to-check-what-kernel-build-options-enabled-in-the-linux-kernel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.walkernews.net/2008/11/21/how-to-check-what-kernel-build-options-enabled-in-the-linux-kernel/</link>
	<description>A capsule of walker's experience in life...</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:09:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Irfan</title>
		<link>http://www.walkernews.net/2008/11/21/how-to-check-what-kernel-build-options-enabled-in-the-linux-kernel/#comment-15162</link>
		<dc:creator>Irfan</dc:creator>
		<pubDate>Mon, 11 Jul 2011 19:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/?p=1433#comment-15162</guid>
		<description>@4fenixx

Yes there is. If the config doesn&#039;t exist in /boot, you can do the same thing by looking directly in /proc/config.gz with:

gzip -cd /proc/config.gz &#124; grep CONFIG_MAGIC_SYSRQ</description>
		<content:encoded><![CDATA[<p>@4fenixx</p>
<p>Yes there is. If the config doesn&#8217;t exist in /boot, you can do the same thing by looking directly in /proc/config.gz with:</p>
<p>gzip -cd /proc/config.gz | grep CONFIG_MAGIC_SYSRQ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 4fenixx</title>
		<link>http://www.walkernews.net/2008/11/21/how-to-check-what-kernel-build-options-enabled-in-the-linux-kernel/#comment-10019</link>
		<dc:creator>4fenixx</dc:creator>
		<pubDate>Wed, 16 Jun 2010 20:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/?p=1433#comment-10019</guid>
		<description>No other way to check a kernel built-in capability if not config files  are provided ?  
if they are as module i suppose lsmod does the work but sometimes you are in a strange machine trying to configure something just to find out there arent compiled kernel support.</description>
		<content:encoded><![CDATA[<p>No other way to check a kernel built-in capability if not config files  are provided ?<br />
if they are as module i suppose lsmod does the work but sometimes you are in a strange machine trying to configure something just to find out there arent compiled kernel support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walker</title>
		<link>http://www.walkernews.net/2008/11/21/how-to-check-what-kernel-build-options-enabled-in-the-linux-kernel/#comment-8632</link>
		<dc:creator>Walker</dc:creator>
		<pubDate>Sun, 06 Dec 2009 18:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/?p=1433#comment-8632</guid>
		<description>Thank you for the suggestion. I appreciate it.</description>
		<content:encoded><![CDATA[<p>Thank you for the suggestion. I appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: White FrosT</title>
		<link>http://www.walkernews.net/2008/11/21/how-to-check-what-kernel-build-options-enabled-in-the-linux-kernel/#comment-8630</link>
		<dc:creator>White FrosT</dc:creator>
		<pubDate>Sun, 06 Dec 2009 18:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/?p=1433#comment-8630</guid>
		<description>What about 
grep CONFIG_MAGIC_SYSRQ /boot/config-2.6.9-42.ELsmp 
that would be a little more efficient and give the same results as:
cat /boot/config-2.6.9-42.ELsmp &#124; grep CONFIG_MAGIC_SYSRQ</description>
		<content:encoded><![CDATA[<p>What about<br />
grep CONFIG_MAGIC_SYSRQ /boot/config-2.6.9-42.ELsmp<br />
that would be a little more efficient and give the same results as:<br />
cat /boot/config-2.6.9-42.ELsmp | grep CONFIG_MAGIC_SYSRQ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Customize Linux Command Prompt To Differentiate Between Live And Test Servers - Walker News</title>
		<link>http://www.walkernews.net/2008/11/21/how-to-check-what-kernel-build-options-enabled-in-the-linux-kernel/#comment-6396</link>
		<dc:creator>Customize Linux Command Prompt To Differentiate Between Live And Test Servers - Walker News</dc:creator>
		<pubDate>Wed, 03 Dec 2008 18:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/?p=1433#comment-6396</guid>
		<description>[...] not uncommon a Linux administrator initiate remote connection to test server and live servers concurrently, especially when migrating [...]</description>
		<content:encoded><![CDATA[<p>[...] not uncommon a Linux administrator initiate remote connection to test server and live servers concurrently, especially when migrating [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

