<?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>Masao Kitamura &#187; Hardware</title>
	<atom:link href="http://www.masaokitamura.com/category/hardware/feed/?category_name=hardware" rel="self" type="application/rss+xml" />
	<link>http://www.masaokitamura.com</link>
	<description>Blog</description>
	<lastBuildDate>Tue, 06 Dec 2011 01:00:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2-beta1-17916</generator>
		<item>
		<title>How To Know If You Have a 64-bit Capable Processor</title>
		<link>http://www.masaokitamura.com/2009/08/how-to-know-if-you-have-a-64-bit-processor/</link>
		<comments>http://www.masaokitamura.com/2009/08/how-to-know-if-you-have-a-64-bit-processor/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 12:23:58 +0000</pubDate>
		<dc:creator>Masao</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.masaokitamura.com/?p=296</guid>
		<description><![CDATA[How to find out if you have a 64bit processor: uname # uname -p x86_64 You can also try: $ uname -m i686 i686 (or any garbage) = 32-bit x86_64 = 64-bit cpuinfo # cat /proc/cpuinfo flags : fpu vme &#8230; <a href="http://www.masaokitamura.com/2009/08/how-to-know-if-you-have-a-64-bit-processor/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>How to find out if you have a 64bit processor:<br />
<strong>uname</strong></p>
<pre>
# uname -p
x86_64
</pre>
<p>You can also try:</p>
<pre>
$ uname -m
i686
</pre>
<p>i686 (or any garbage) = 32-bit<br />
x86_64 = 64-bit</p>
<p><strong>cpuinfo</strong></p>
<pre>
# cat /proc/cpuinfo
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr
pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
pbe syscall lm constant_tsc arch_perfmon pebs bts rep_good pni
dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm tpr_shadow
bogomips	: 4255.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
</pre>
<p>The &#8220;lm&#8221; flag stands for Long Mode.  This means your CPU is 64-bit capable, but does not necessarily mean you&#8217;re running a 64-bit operating system.</p>
<p>You can read more in this file:<br />
<code>/usr/src/kernels/#.#.#-#.#.fc11.x86_64/arch/x86/include/asm/cpufeature.h</code></p>
<blockquote><p>
#define X86_FEATURE_LM          (1*32+29) /* Long Mode (x86-64) */</p></blockquote>
<p><strong>lshw</strong></p>
<pre>
# lshw
     *-cpu
          description: CPU
          product: Intel(R) Core(TM)2 CPU          6420  @ 2.13GHz
          width: 64 bits
</pre>
<p>From the lshw manpage:</p>
<blockquote><p>
       lshw  is a small tool to extract detailed information on the hardware configuration of the machine. It can report exact memory configuration, firmware version, mainboard configuration, CPU version and speed, cache configuration, bus speed, etc. on DMI-capable x86 or IA-64 systems and on some PowerPC machines (PowerMac G4 is known to work).
</p></blockquote>
<p><em>Source:</p>
<p>https://help.ubuntu.com/community/32bit_and_64bit</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.masaokitamura.com/2009/08/how-to-know-if-you-have-a-64-bit-processor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Unlock Samsung 225BW Auto Adjustment</title>
		<link>http://www.masaokitamura.com/2008/10/how-to-unlock-samsung-225bw-auto-adjustment/</link>
		<comments>http://www.masaokitamura.com/2008/10/how-to-unlock-samsung-225bw-auto-adjustment/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 22:36:22 +0000</pubDate>
		<dc:creator>Masao</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://www.masaokitamura.com/?p=58</guid>
		<description><![CDATA[If you get &#8220;auto adjustment locked&#8221; on your Samsung 225BW monitor, hold down your &#8220;MENU&#8221; button for 5 seconds and it will unlock.]]></description>
			<content:encoded><![CDATA[<p>If you get &#8220;auto adjustment locked&#8221; on your Samsung 225BW monitor, hold down your &#8220;MENU&#8221; button for 5 seconds and it will unlock.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.masaokitamura.com/2008/10/how-to-unlock-samsung-225bw-auto-adjustment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

