<?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; kernel</title>
	<atom:link href="http://www.mymacosx.com/tag/kernel/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>
		<item>
		<title>Boot Snow Leopard into the 64-bit kernel</title>
		<link>http://www.mymacosx.com/snow-leopard/boot-snow-leopard-into-the-64-bit-kernel.html</link>
		<comments>http://www.mymacosx.com/snow-leopard/boot-snow-leopard-into-the-64-bit-kernel.html#comments</comments>
		<pubDate>Wed, 16 Sep 2009 00:45:08 +0000</pubDate>
		<dc:creator>Amaga</dc:creator>
				<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[kernel]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=109</guid>
		<description><![CDATA[Users who want to run the new 64-bit kernel on late-model Macs (pretty much anything released after early 2008) can do so by booting with the 6 and 4 keys held down. If you&#8217;re wondering whether your Mac has a 64-bit EFI firmware, you can type this command in Terminal: The response will identify the [...]<p><a href="http://www.mymacosx.com/snow-leopard/boot-snow-leopard-into-the-64-bit-kernel.html">Boot Snow Leopard into the 64-bit kernel</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/wondering-how-many-64-bit-and-32-bit-extensions-in-snow-leopard.html" rel="bookmark" style="color:#000;font-size:13px">Wondering how many 64-bit and 32-bit extensions in Snow Leopard</a><!-- (11.7)--></li>
		<li><a href="http://www.mymacosx.com/tricks-and-tips/macosx-delete-boot-camp-partition.html" rel="bookmark" style="color:#000;font-size:13px">Want to delete a Boot Camp partition?</a><!-- (8.7)--></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><!-- (8.1)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p>Users who want to run the new 64-bit kernel on late-model Macs (pretty much anything released after early 2008) can do so by booting with the <em>6</em> and <em>4</em> keys held down. If you&#8217;re wondering whether your Mac has a 64-bit EFI firmware, you can type this command  in Terminal:</p>
<pre class="brush: plain; title: ; notranslate"># ioreg -l -p IODeviceTree | grep firmware-abi</pre>
<p>The response will identify the machine as either having 32-bit or 64-bit EFI.</p>
<p><strong>To boot 64-bit kernel every time you boot machine:</strong></p>
<p>1. Print nvram settings</p>
<pre class="brush: plain; title: ; notranslate"># sudo nvram -p</pre>
<p>2. Set boot-args to use 64 bit kernel</p>
<pre class="brush: plain; title: ; notranslate"># sudo nvram boot-args=&quot;arch=x86_64&quot;</pre>
<p>Don&#8217;t forget to add in your existing boot-args to the command above. Using nvram means you don&#8217;t need to have to remember to hold down 6 or 4 during booting each time. To go back to the 32 bit kernel, just set the boot-args using nvram without the arch=x86_64 option.</p>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/snow-leopard/boot-snow-leopard-into-the-64-bit-kernel.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/snow-leopard/boot-snow-leopard-into-the-64-bit-kernel.html">Boot Snow Leopard into the 64-bit kernel</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/wondering-how-many-64-bit-and-32-bit-extensions-in-snow-leopard.html" rel="bookmark" style="color:#000;font-size:13px">Wondering how many 64-bit and 32-bit extensions in Snow Leopard</a><!-- (11.7)--></li>
		<li><a href="http://www.mymacosx.com/tricks-and-tips/macosx-delete-boot-camp-partition.html" rel="bookmark" style="color:#000;font-size:13px">Want to delete a Boot Camp partition?</a><!-- (8.7)--></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><!-- (8.1)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/snow-leopard/boot-snow-leopard-into-the-64-bit-kernel.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 7/33 queries in 0.017 seconds using apc
Object Caching 932/944 objects using apc

Served from: www.mymacosx.com @ 2012-02-06 05:07:30 -->
