<?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: Enabling 64-Bit in Snow Leopard</title>
	<atom:link href="http://www.stephenjburke.com/2009/08/enabling-64-bit-in-snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stephenjburke.com/2009/08/enabling-64-bit-in-snow-leopard/</link>
	<description>the exploits of a secret change agent</description>
	<lastBuildDate>Tue, 08 Feb 2011 02:32:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Enabling 64Bit Mode in Snow Leopard &#8212; carmody.me</title>
		<link>http://www.stephenjburke.com/2009/08/enabling-64-bit-in-snow-leopard/comment-page-1/#comment-263</link>
		<dc:creator>Enabling 64Bit Mode in Snow Leopard &#8212; carmody.me</dc:creator>
		<pubDate>Wed, 07 Apr 2010 22:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.stephenjburke.com/?p=461#comment-263</guid>
		<description>[...] After a quick google search I found the answer to this question with a clear and concise article on Stephen J Burke&#039;s Blog. [...]</description>
		<content:encoded><![CDATA[<p>[...] After a quick google search I found the answer to this question with a clear and concise article on Stephen J Burke&#39;s Blog. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: macJasp</title>
		<link>http://www.stephenjburke.com/2009/08/enabling-64-bit-in-snow-leopard/comment-page-1/#comment-253</link>
		<dc:creator>macJasp</dc:creator>
		<pubDate>Tue, 16 Mar 2010 13:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.stephenjburke.com/?p=461#comment-253</guid>
		<description>It works. Thanks for the article, nice to know my Macbook Pro is running in 64Bit mode permanently. Now we just need the likes of iTunes to be in 64Bit</description>
		<content:encoded><![CDATA[<p>It works. Thanks for the article, nice to know my Macbook Pro is running in 64Bit mode permanently. Now we just need the likes of iTunes to be in 64Bit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://www.stephenjburke.com/2009/08/enabling-64-bit-in-snow-leopard/comment-page-1/#comment-176</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Wed, 04 Nov 2009 02:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.stephenjburke.com/?p=461#comment-176</guid>
		<description>Check to see what processor you have.  Despite the software checks, really only the more recent Intel based Macs carrying the Intel Core 2 Duo chips are actually 64 bit.  Those and the Xeon processors, which may have only been in the server line.  All of the previous generations have not been 64 bit.
If you do have a newer machine with Intel Core 2 Duo, then there is no real reason it is not working. 
Stephen
Stephen</description>
		<content:encoded><![CDATA[<p>Check to see what processor you have.  Despite the software checks, really only the more recent Intel based Macs carrying the Intel Core 2 Duo chips are actually 64 bit.  Those and the Xeon processors, which may have only been in the server line.  All of the previous generations have not been 64 bit.<br />
If you do have a newer machine with Intel Core 2 Duo, then there is no real reason it is not working.<br />
Stephen<br />
Stephen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.stephenjburke.com/2009/08/enabling-64-bit-in-snow-leopard/comment-page-1/#comment-175</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 02 Nov 2009 23:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.stephenjburke.com/?p=461#comment-175</guid>
		<description>Tried the 4 and 6 keystroke combination - no luck
Edited the com.apple.Boot.plist file - no luck
verified the Mac is 64 bit compliant hardware wise with sysctl hw &#124; grep 64bit  

Reviewing the status in Profiler for software, still shows no for 64 bit and extensions.

Is there another step I can try?

Thanks.</description>
		<content:encoded><![CDATA[<p>Tried the 4 and 6 keystroke combination &#8211; no luck<br />
Edited the com.apple.Boot.plist file &#8211; no luck<br />
verified the Mac is 64 bit compliant hardware wise with sysctl hw | grep 64bit  </p>
<p>Reviewing the status in Profiler for software, still shows no for 64 bit and extensions.</p>
<p>Is there another step I can try?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://www.stephenjburke.com/2009/08/enabling-64-bit-in-snow-leopard/comment-page-1/#comment-145</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Sun, 06 Sep 2009 09:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.stephenjburke.com/?p=461#comment-145</guid>
		<description>&lt;a href=&quot;#comment-144&quot; rel=&quot;nofollow&quot;&gt;@Tad&lt;/a&gt; 
I am not sure when the timing of holding the keys is important.  I pressed them shortly after hearing the boot tone and held out there until after the apple screen went away.

As far as editing the file, you need to have superuser access, in order to modify files that will affect the boot record.  You can do some searches on how to enable superuser access.  Here is what I do for reference.  Some people do not feel comfortable working at the command line level.

I open a Terminal session from Applications. Then I use the sudo command to invoke superuser permissions to open a shell session in that terminal.  Finally I use &lt;strong&gt;pico&lt;/strong&gt; to edit the file.  

Applications -&gt; Terminal
&lt;em&gt;sudo -s&lt;/em&gt;
  type in your password
&lt;em&gt;pico /Library/Preferences/SystemConfiguration/com.apple.Boot.plist&lt;/em&gt;
  edit the file
Control-X to exit with prompting to save.

Hope this helps. 

Stephen</description>
		<content:encoded><![CDATA[<p><a href="#comment-144" rel="nofollow">@Tad</a><br />
I am not sure when the timing of holding the keys is important.  I pressed them shortly after hearing the boot tone and held out there until after the apple screen went away.</p>
<p>As far as editing the file, you need to have superuser access, in order to modify files that will affect the boot record.  You can do some searches on how to enable superuser access.  Here is what I do for reference.  Some people do not feel comfortable working at the command line level.</p>
<p>I open a Terminal session from Applications. Then I use the sudo command to invoke superuser permissions to open a shell session in that terminal.  Finally I use <strong>pico</strong> to edit the file.  </p>
<p>Applications -> Terminal<br />
<em>sudo -s</em><br />
  type in your password<br />
<em>pico /Library/Preferences/SystemConfiguration/com.apple.Boot.plist</em><br />
  edit the file<br />
Control-X to exit with prompting to save.</p>
<p>Hope this helps. </p>
<p>Stephen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tad</title>
		<link>http://www.stephenjburke.com/2009/08/enabling-64-bit-in-snow-leopard/comment-page-1/#comment-144</link>
		<dc:creator>Tad</dc:creator>
		<pubDate>Sat, 05 Sep 2009 16:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.stephenjburke.com/?p=461#comment-144</guid>
		<description>Tried holding down &quot;64&quot; at start up-no luck; System Profiler still reported &quot;No&quot;.

Next tried editing the Boot; had to change permissions; tried to save and was told that the file could not be saved.

?</description>
		<content:encoded><![CDATA[<p>Tried holding down &#8220;64&#8243; at start up-no luck; System Profiler still reported &#8220;No&#8221;.</p>
<p>Next tried editing the Boot; had to change permissions; tried to save and was told that the file could not be saved.</p>
<p>?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

