<?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>My MacOS X&#187; 64-bit</title>
	<atom:link href="http://www.mymacosx.com/tag/64-bit/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mymacosx.com</link>
	<description>Tips and Tricks for the MacOS X</description>
	<lastBuildDate>Fri, 15 Jul 2011 20:10:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Wondering how many 64-bit and 32-bit extensions in Snow Leopard</title>
		<link>http://www.mymacosx.com/snow-leopard/wondering-how-many-64-bit-and-32-bit-extensions-in-snow-leopard.html</link>
		<comments>http://www.mymacosx.com/snow-leopard/wondering-how-many-64-bit-and-32-bit-extensions-in-snow-leopard.html#comments</comments>
		<pubDate>Sat, 19 Sep 2009 02:36:21 +0000</pubDate>
		<dc:creator>Amaga</dc:creator>
				<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[kernel]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=113</guid>
		<description><![CDATA[Run the following command in Terminal to see exactly how many of OS X&#8217;s extensions are 64-bit and how many are still 32-bit and shows ppc kexts as well. Above  command will take a few seconds to run. Comparison between 10.5.8 and 10.6.0. 10.5.8 109 for architecture i386 106 for architecture ppc 3 for architecture [...]<p><a href="http://www.mymacosx.com/snow-leopard/wondering-how-many-64-bit-and-32-bit-extensions-in-snow-leopard.html">Wondering how many 64-bit and 32-bit extensions in Snow Leopard</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/snow-leopard/boot-snow-leopard-into-the-64-bit-kernel.html" rel="bookmark" style="color:#000;font-size:13px">Boot Snow Leopard into the 64-bit kernel</a><!-- (11)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/snow-leopard-folder-content-previews-in-quick-look.html" rel="bookmark" style="color:#000;font-size:13px">Snow/Leopard &#8211; Folder content previews in Quick Look</a><!-- (6.4)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/officejet-6500-not-scanning-snow-leopard.html" rel="bookmark" style="color:#000;font-size:13px">HP Officejet 6500 not scanning in Snow Leopard ?</a><!-- (5.7)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p>Run the following command in Terminal to see exactly how many of OS X&#8217;s extensions are 64-bit and how many are still 32-bit and shows ppc kexts as well.</p>
<pre class="brush: plain; title: ; notranslate">file /System/Library/Extensions/*.kext/Contents/MacOS/* | perl -nle 'print $1 if /\((.*)\)/' | sort | uniq -c</pre>
<p>Above  command will take a few seconds to run.</p>
<p><em>Comparison between 10.5.8 and 10.6.0.</em><br />
<strong>10.5.8</strong><br />
<code><br />
109 for architecture i386<br />
106 for architecture ppc<br />
3 for architecture ppc7400<br />
</code></p>
<p><strong>10.6.0</strong><br />
<code><br />
135 for architecture i386<br />
38 for architecture ppc<br />
127 for architecture x86_64<br />
</code></p>
<p>You can also look at &#8220;Extensions&#8221; in the &#8220;Software&#8221; section of the System Profiler utility. (Select Apple Menu-&gt;About This Mac and then click &#8220;More Info&#8221;). One of the columns shows whether the .kext is 64-bit capable. Only those extensions that are not 64-bit will show up with a &#8220;No&#8221; in that column.</p>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/snow-leopard/wondering-how-many-64-bit-and-32-bit-extensions-in-snow-leopard.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/snow-leopard/wondering-how-many-64-bit-and-32-bit-extensions-in-snow-leopard.html">Wondering how many 64-bit and 32-bit extensions in Snow Leopard</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/snow-leopard/boot-snow-leopard-into-the-64-bit-kernel.html" rel="bookmark" style="color:#000;font-size:13px">Boot Snow Leopard into the 64-bit kernel</a><!-- (11)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/snow-leopard-folder-content-previews-in-quick-look.html" rel="bookmark" style="color:#000;font-size:13px">Snow/Leopard &#8211; Folder content previews in Quick Look</a><!-- (6.4)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/officejet-6500-not-scanning-snow-leopard.html" rel="bookmark" style="color:#000;font-size:13px">HP Officejet 6500 not scanning in Snow Leopard ?</a><!-- (5.7)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/snow-leopard/wondering-how-many-64-bit-and-32-bit-extensions-in-snow-leopard.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc (Feed is rejected)
Page Caching using apc
Database Caching 6/21 queries in 0.011 seconds using apc
Object Caching 631/637 objects using apc

Served from: www.mymacosx.com @ 2012-02-06 05:06:31 -->
