<?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>James M. Burke &#187; Computers</title>
	<atom:link href="http://www.jbctech.com/category/computers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jbctech.com</link>
	<description>A personal web log</description>
	<lastBuildDate>Wed, 18 Jan 2012 15:53:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Restoring grub bootloader</title>
		<link>http://www.jbctech.com/2011/09/02/restoring-grub-bootloader/</link>
		<comments>http://www.jbctech.com/2011/09/02/restoring-grub-bootloader/#comments</comments>
		<pubDate>Sat, 03 Sep 2011 04:10:45 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[fdisk]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.jbctech.com/?p=503</guid>
		<description><![CDATA[Here&#8217;s a quick how-to for restoring your grub bootloader when you load a new OS (like Windows) and it overwrites your grub bootloader. Hopefully you can follow this guide and have luck. Unfortunately, that did not work for me. I &#8230; <a href="http://www.jbctech.com/2011/09/02/restoring-grub-bootloader/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick how-to for restoring your grub bootloader when you load a new OS (like Windows) and it overwrites your grub bootloader.  Hopefully you can follow <a href="https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows">this guide</a> and have luck.  Unfortunately, that did not work for me.  I was running Kubuntu 11.10 Alpha 3 and only had the CD for 10.10 and the steps didn&#8217;t work.  What I did to get it to work was:</p>
<ul>
<li>Boot off of older 10.10 LiveCD</li>
<li>Open Terminal and type the following to get your partition map list</li>
<p><code><br />
# sudo fdisk -l<br />
</code></p>
<li>Find your Linux partition (in my case it was /dev/sdb5)</li>
<li>Mount that partition</li>
<p><code><br />
# sudo mkdir /mnt/linux<br />
# sudo mount /dev/sdb5 /mnt/linux<br />
</code></p>
<li>Bind mount your /dev folder</li>
<p><code><br />
# sudo mount --bind /dev /mnt/linux/dev<br />
</code></p>
<li>Change root to your Linux partition</li>
<p><code><br />
# sudo chroot /mnt/linux<br />
</code></p>
<li>Run grub-install on your boot drive</li>
<p><code><br />
# sudo grub-install /dev/hdb<br />
</code></p>
<li>Reboot and success</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.jbctech.com/2011/09/02/restoring-grub-bootloader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ventrilo and Mac OS X 10.5.7</title>
		<link>http://www.jbctech.com/2009/07/06/ventrilo-and-mac-os-x-10-5-7/</link>
		<comments>http://www.jbctech.com/2009/07/06/ventrilo-and-mac-os-x-10-5-7/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 01:02:03 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[ventrilo]]></category>

		<guid isPermaLink="false">http://www.jbctech.com/?p=303</guid>
		<description><![CDATA[Ever since I updated to Mac OS X 10.5.7 on my main machine, people started complaining that I occasionally sounded like a robot when using Ventrilo. I use a USB headset and thought that they may have modified the USB &#8230; <a href="http://www.jbctech.com/2009/07/06/ventrilo-and-mac-os-x-10-5-7/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ever since I updated to Mac OS X 10.5.7 on my main machine, people started complaining that I occasionally sounded like a robot when using <a href="http://www.ventrilo.com">Ventrilo</a>.  I use a USB headset and thought that they may have modified the USB stack and that Ventrilo would fix the problem.  There is a <a href="http://www.ventrilo.com/forums/showthread.php?t=37302">fairly popular thread</a> which has had almost no traction from the developers.</p>
<p>The user <em>wadesworld</em> on the thread found that build 9L22 of 10.5.8 fixes an issue with &#8220;USB audio distortion.&#8221;  I really hope this fixes it.</p>
<p>It seems that Apple has a terrible time with USB.  If you recall, back with Tiger I (and many others) had <a href="http://www.jbctech.com/2006/06/04/macbook-pro-and-usb-20/">problems with USB and copying files to external hard drives</a>.  I went round and round with Apple developers and I don&#8217;t think the problem was ever really resolved &#8211; it just kinda went cosmic and I moved to Firewire for my Time Machine backup drive.</p>
<p>For now, I look forward to 10.5.8&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jbctech.com/2009/07/06/ventrilo-and-mac-os-x-10-5-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple AirPort Extreme with GigE</title>
		<link>http://www.jbctech.com/2007/08/07/apple-airport-extreme-with-gige/</link>
		<comments>http://www.jbctech.com/2007/08/07/apple-airport-extreme-with-gige/#comments</comments>
		<pubDate>Wed, 08 Aug 2007 02:24:38 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.JamesMBurke.com/2007/08/07/apple-airport-extreme-with-gige/</guid>
		<description><![CDATA[It&#8217;s funny &#8212; the other day at work, I was talking to another Apple fan and we were discussing how dumb it is that the AirPort Extreme supported 802.11a, b, g, and even n but lacked gigabit ethernet.  I was &#8230; <a href="http://www.jbctech.com/2007/08/07/apple-airport-extreme-with-gige/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s funny &#8212; the other day at work, I was talking to another Apple fan and we were discussing how dumb it is that the <a href="http://www.apple.com/airportextreme/">AirPort Extreme</a> supported 802.11a, b, g, and even n but lacked gigabit ethernet.  I was really wanting to get one, because I&#8217;ve been looking for a decent wireless router that would support both 802.11a as well as 802.11g (and the 802.11n is a big bonus!)  But I didn&#8217;t want to get one that only had 10/100Mbps on the wired ethernet &#8211; it just seems kinda sub-standard nowadays, even if I don&#8217;t need the full gigabit speed (Especially since at work, we&#8217;ve been talking a lot about 10Gbps ethernet&#8230;)  My reasoning is that I stream content from my Media Center PC to the Xbox 360 over the wireless and have heard that 802.11a is better for that since it has less interference. </p>
<p>I&#8217;ve been somewhat satisfied with my current <a href="http://www.netgear.com/Home/Products/RoutersandGateways/RangeMaxWirelessRoutersandGateways/WPN824.aspx">Netgear RangeMax WPN824</a>, but had software issues with the newer v2.0.15 firmware &#8212; once I reverted to the older 2.0.11 firmware, it hasn&#8217;t been so bad.  I&#8217;ve just had bad luck with wireless routers &#8211; I&#8217;ve owned a few Linksys and this Netgear - all have had issues locking up&#8230;to the point where all devices connected (wired or wireless) no longer have internet connectivity.  Once you pull the power on the router and restart it, everything comes back again. </p>
<p>With today&#8217;s <a href="http://www.apple.com/imac/">iMac announcement</a>, it appears that they silently upgraded the AirPort Extreme to include gigabit ethernet.  I have mine on order&#8230;</p>
<p>[tags]apple, airport, wireless, router, gigabit, ethernet, imac, netgear, wpn824, rangemax[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jbctech.com/2007/08/07/apple-airport-extreme-with-gige/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Great Apple Service!</title>
		<link>http://www.jbctech.com/2007/07/14/great-apple-service/</link>
		<comments>http://www.jbctech.com/2007/07/14/great-apple-service/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 06:09:57 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.JamesMBurke.com/2007/07/14/great-apple-service/</guid>
		<description><![CDATA[When I bought my MacBook Pro over a year ago, I also got AppleCare &#8211; it came highly recommended.  Well, after a year of just dealing with the high-pitched buzzing sound, I decided to send it off for repair.  I &#8230; <a href="http://www.jbctech.com/2007/07/14/great-apple-service/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When I bought my MacBook Pro over a year ago, I also got AppleCare &#8211; it came highly recommended.  Well, after a year of just dealing with the <a href="http://docs.info.apple.com/article.html?artnum=303365">high-pitched buzzing sound</a>, I decided to send it off for repair.  I scheduled an appointment with the local Genius Bar, walked in, and they took care of the rest.  I also had a problem where the battery wasn&#8217;t lasting more than 45 minutes, so they said they&#8217;d take care of that too.  They received the machine on Tuesday, had the new Main Logic Board (MLB) ordered, received and replaced by Thursday and it made it here today.</p>
<p>I must say &#8211; I&#8217;m impressed with the level of service!  This is my second Apple laptop, but that was the first time I actually had to take it in for service &#8211; and it was a very easy and quick process!</p>
<p>[tags]apple, applecare, service, mlb, genius bar, buzzing[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jbctech.com/2007/07/14/great-apple-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacBook Pro 15-inch Battery Recall</title>
		<link>http://www.jbctech.com/2006/07/31/macbook-pro-15-inch-battery-recall/</link>
		<comments>http://www.jbctech.com/2006/07/31/macbook-pro-15-inch-battery-recall/#comments</comments>
		<pubDate>Tue, 01 Aug 2006 00:06:13 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.jbctech.com/2006/07/31/macbook-pro-15-inch-battery-recall/</guid>
		<description><![CDATA[Found this on Neowin:&#160; Apple has initiated a worldwide battery exchange program for certain rechargeable batteries that were sold for use with 15-inch MacBook Pro computer systems from February 2006 through May 2006. We recently discovered that some 15-inch MacBook &#8230; <a href="http://www.jbctech.com/2006/07/31/macbook-pro-15-inch-battery-recall/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Found this on <a href="http://www.neowin.net">Neowin</a>:&nbsp;</p>
<blockquote><p>Apple has initiated a worldwide battery exchange program for certain rechargeable batteries that were sold for use with 15-inch MacBook Pro computer systems from February 2006 through May 2006.</p>
<p>We recently discovered that some 15-inch MacBook Pro batteries supplied to Apple do not meet our high standards for battery performance. To give our users the best experience possible, we will replace these batteries for customers free of charge.</p>
<p>&#8230;</p>
<p>The affected batteries have model number <b>A1175</b> and a 12-digit serial number that ends with <b>U7SA</b>, <b>U7SB</b> or <b>U7SC.</b></p></blockquote>
<p align="left">Mine was one of those affected.&nbsp; I was thinking the battery life was a little weak &#8212; glad they realized it too!</p>
<p align="left">Get your replacement: <a href="https://support.apple.com/macbookpro15/batteryexchange/index.html">15-inch MacBook Pro Battery Exchange Program</a>&nbsp;</p>
<p align="left">[tags]apple, macbook pro, battery, recall, battery life, rechargeable, batteries[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jbctech.com/2006/07/31/macbook-pro-15-inch-battery-recall/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mac OS X 10.4.7 Update</title>
		<link>http://www.jbctech.com/2006/06/27/mac-os-x-1047-update/</link>
		<comments>http://www.jbctech.com/2006/06/27/mac-os-x-1047-update/#comments</comments>
		<pubDate>Tue, 27 Jun 2006 22:45:17 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.jbctech.com/2006/06/27/mac-os-x-1047-update/</guid>
		<description><![CDATA[Today, Apple released another update to Mac OS X Tiger 10.4 &#8212; 10.4.7: Apple&#8217;s Software Update describes the update: - preventing AFP deadlocks and dropped connections - saving Adobe and Quark documents to AFP mounted volumes - Bluetooth file transfers, &#8230; <a href="http://www.jbctech.com/2006/06/27/mac-os-x-1047-update/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today, Apple released another update to Mac OS X Tiger 10.4 &#8212; 10.4.7:</p>
<p>Apple&#8217;s Software Update describes the update:</p>
<p>- preventing AFP deadlocks and dropped connections<br />
- saving Adobe and Quark documents to AFP mounted volumes<br />
- Bluetooth file transfers, pairing and connecting to a Bluetooth mouse, and  syncing to mobile phones<br />
- audio playback in QuickTime, iTunes, Final Cut Pro, and Soundtrack  applications<br />
- ensuring icons are spaced correctly when viewed on desktop<br />
- determining the space required to burn folders<br />
- iChat audio and video connectivity, creating chat rooms when using AIM<br />
- importing files into Keynote 3<br />
- PDF workflows when using iCal and iPhoto<br />
- reliable use of Automator actions within workflows<br />
- importing and removing fonts in Font Book<br />
- syncing addresses, bookmarks, calendar events and files to .Mac<br />
- compatibility with third party applications and devices<br />
- previous standalone security updates</p>
<p>For detailed information on this Update, please visit this website: <a href="http://www.info.apple.com/kbnum/n303771">http://www.info.apple.com/kbnum/n303771</a>.</p>
<p>[tags]mac os x, apple, update, software, intel, powerpc, osx[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jbctech.com/2006/06/27/mac-os-x-1047-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Apple Store In Raleigh</title>
		<link>http://www.jbctech.com/2006/06/25/new-apple-store-in-raleigh/</link>
		<comments>http://www.jbctech.com/2006/06/25/new-apple-store-in-raleigh/#comments</comments>
		<pubDate>Mon, 26 Jun 2006 00:25:40 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.jbctech.com/2006/06/25/new-apple-store-in-raleigh/</guid>
		<description><![CDATA[Yes I&#8217;m a nerd. Yesterday was the grand opening of the new Apple Store &#8211; Crabtree Valley Mall. This is the second Apple Store in the triangle, and it&#8217;s right down the street from me. Previously, I was visiting the &#8230; <a href="http://www.jbctech.com/2006/06/25/new-apple-store-in-raleigh/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yes I&#8217;m a nerd.  Yesterday was the grand opening of the new Apple Store &#8211; Crabtree Valley Mall.  This is the second Apple Store in the triangle, and it&#8217;s right down the street from me.  Previously, I was visiting the Apple Store at the Streets of Southpoint in Durham.  So, why am I a nerd?  Well, A) because I&#8217;m posting about this on my blog and B) because I stood in line for 55 minutes at the grand opening yesterday at 10:00am to get a free Apple T-Shirt.  They were giving the T-Shirt away to the first 1000 people to visit the store&#8230;I figured surely I&#8217;d be one of the only ones in line since it&#8217;s 10AM on a Saturday.  Boy was I wrong (but I did get the T-Shirt -Ed)!  I didn&#8217;t get any pictures, but a quick search on Flickr yielded a lot of pictures from ashton27332:</p>
<p><img src="http://static.flickr.com/44/173937942_1cb9a0a7d1_m.jpg"/></p>
<p>View: <a href="http://flickr.com/photos/51053239@N00/sets/72157594175957384/">ashton27332 &#8211; Apple Store Crabtree Valley Mall Grand Opening</a><br />
View: <a href="http://www.apple.com/retail/crabtreevalleymall/ ">Apple Store &#8211; Crabtree Valley Mall</a></p>
<p>[tags]apple, store, apple store, crabtree, raleigh, north carolina, mall, grand opening[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jbctech.com/2006/06/25/new-apple-store-in-raleigh/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>MacBook Pro and USB 2.0</title>
		<link>http://www.jbctech.com/2006/06/04/macbook-pro-and-usb-20/</link>
		<comments>http://www.jbctech.com/2006/06/04/macbook-pro-and-usb-20/#comments</comments>
		<pubDate>Mon, 05 Jun 2006 03:35:28 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.jbctech.com/2006/06/04/macbook-pro-and-usb-20/</guid>
		<description><![CDATA[After having the issues with my previous laptop (and working for a storage company), I decided to get a USB 2.0 external hard drive to (regularly) backup all of my data. I chose a Maxtor USB 2.0 drive and it &#8230; <a href="http://www.jbctech.com/2006/06/04/macbook-pro-and-usb-20/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After having the issues with my previous laptop (and working for a storage company), I decided to get a USB 2.0 external hard drive to (regularly) backup all of my data.  I chose a Maxtor USB 2.0 drive and it seemed to work fine for a few days, but I quickly ran into some issues.  The MacBook Pro wouldn&#8217;t even mount the drive.  I thought it was just the drive, so I went to the local CompUSA and bought a USB 2.0 enclosure and a Samsung 300GB drive.  I had the exact same problem.  When I did a &#8216;cat /var/log/system.log&#8217;, I could see various messages similar to this one:</p>
<p>May 16 23:16:14 XXX kernel[0]: USBF:	12462. 59	AppleUSBEHCI[0x36e2000]::DoIOTransfer &#8211; error 0xe000404f queueing request</p>
<p>I have filed a bug with Apple (#4550783) and they are currently investigating the &#8216;ioreg -l -w0&#8242; output.  If I switch and use a Firewire compatible enclosure, everything works great.  Has anyone else had problems with this?  I&#8217;ve heard this has been an ongoing issue, not anything specific to the MacBook Pro.</p>
<p>[tags]apple, macbook, macbook pro, usb 2.0, usb, firewire, appleusbehci[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jbctech.com/2006/06/04/macbook-pro-and-usb-20/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Apple updates Intel firmware again</title>
		<link>http://www.jbctech.com/2006/04/19/apple-updates-intel-firmware-again/</link>
		<comments>http://www.jbctech.com/2006/04/19/apple-updates-intel-firmware-again/#comments</comments>
		<pubDate>Wed, 19 Apr 2006 18:34:37 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.jbctech.com/2006/04/19/apple-updates-intel-firmware-again/</guid>
		<description><![CDATA[Yesterday, Apple silently released yet another firmware update for the Intel versions of iMac, Mac Mini and MacBook Pro. On April 5, 2006, Apple released a Firmware Update 1.0.0 for these computers and then the very next day announced Boot &#8230; <a href="http://www.jbctech.com/2006/04/19/apple-updates-intel-firmware-again/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday, Apple silently released yet another firmware update for the Intel versions of iMac, Mac Mini and MacBook Pro.  On April 5, 2006, Apple released a Firmware Update 1.0.0 for these computers and then the very next day announced Boot Camp.  I&#39;m unable to find what was changed in this new Firmware Update 1.0.1, but my Boot ROM version changed from MBP11.0055.B02 to MBP11.0055.B03.</p>
<p>Download:  <a href="http://www.apple.com/support/downloads/imacearly2006firmwareupdate101.html">iMac Firmware Update 1.0.1</a>, <a href="http://www.apple.com/support/downloads/macminiearly2006firmwareupdate101.html">Mac Mini Firmware Update 1.0.1</a>, <a href="http://www.apple.com/support/downloads/macbookproearly2006firmwareupdate101.html">MacBook Pro Firmware Update 1.0.1</a></p>
<p>[tags]apple, firmware, update, imac, mac mini, mac, macbook, boot, rom[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jbctech.com/2006/04/19/apple-updates-intel-firmware-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows on a (Intel) Mac</title>
		<link>http://www.jbctech.com/2006/04/05/windows-on-a-intel-mac/</link>
		<comments>http://www.jbctech.com/2006/04/05/windows-on-a-intel-mac/#comments</comments>
		<pubDate>Wed, 05 Apr 2006 14:07:19 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.jbctech.com/2006/04/05/windows-on-a-intel-mac/</guid>
		<description><![CDATA[WOW! Apple has released a new (beta) product called Boot Camp. And, no &#8211; this is 4 days too late to be an April Fool&#39;s joke. A while back, there was a $13,000 bounty for the first person (or group) &#8230; <a href="http://www.jbctech.com/2006/04/05/windows-on-a-intel-mac/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>WOW!  Apple has released a new (beta) product called Boot Camp.  And, no &#8211; this is 4 days too late to be an April Fool&#39;s joke.  A while back, there was a $13,000 bounty for the first person (or group) to get Windows XP to install on an Intel Mac.  Well, that was accomplished, and the bootloader was posted on <a href="http://www.onmac.net">OnMac.net</a>.  Well, after the release of Apple Mac OS X 10.4.6, it appears as if Apple had something under it&#39;s sleeve too&#8230;Boot Camp:</p>
<blockquote><p>More and more people are buying and loving Macs. To make this choice simply irresistible, Apple will include technology in the next major release of Mac OS X, Leopard, that lets you install and run the Windows XP operating system on your Mac. Called Boot Camp (for now), you can download a public beta today.</p></blockquote>
<p>Boot Camp will even burn a CD with all of the Mac-specific drivers for Windows.  This includes graphics, networking, audio, airport, bluetooth, eject key, and brightness control.  This requires Mac OS X 10.4.6 and the latest firmware update.  Visit <a href="http://www.apple.com/support/downloads/">http://www.apple.com/support/downloads/</a> to get the updates.</p>
<p>Download: <a href="http://www.apple.com/macosx/bootcamp/">Apple &#8211; Boot Camp</a></p>
<p>[tags]apple, boot camp, onmac, xp, osx, dual boot, intel, windows, mac, macbook, imac[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jbctech.com/2006/04/05/windows-on-a-intel-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

