<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: looking up memory chips</title>
	<link>http://www.andreaswacker.com/blog/2010/03/28/looking-up-memory-chips/</link>
	<description>weblog</description>
	<pubDate>Mon, 21 May 2012 20:29:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1.2</generator>

	<item>
		<title>by: Andreas Wacker</title>
		<link>http://www.andreaswacker.com/blog/2010/03/28/looking-up-memory-chips/#comment-2361</link>
		<pubDate>Mon, 23 Aug 2010 00:48:54 +0000</pubDate>
		<guid>http://www.andreaswacker.com/blog/2010/03/28/looking-up-memory-chips/#comment-2361</guid>
					<description>Related you can ask the kernel about the amount of memory it found during boot via:



dmesg &amp;#166; grep usable &amp;#166; awk '{ n += strtonum(&quot;0x&quot; $4) - strtonum(&quot;0x&quot; $2) } END { print n/(1024*1024) }'</description>
		<content:encoded><![CDATA[	<p>Related you can ask the kernel about the amount of memory it found during boot via:</p>
	<p>dmesg | grep usable | awk &#8216;{ n += strtonum(&#8221;0x&#8221; $4) - strtonum(&#8221;0x&#8221; $2) } END { print n/(1024*1024) }&#8217;
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

