<?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>coreytabaka.com &#187; Uncategorized</title>
	<atom:link href="http://coreytabaka.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://coreytabaka.com</link>
	<description>Interests and efforts by Corey Tabaka</description>
	<lastBuildDate>Fri, 23 Jul 2010 22:21:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Using Gitweb</title>
		<link>http://coreytabaka.com/2010/07/23/using-gitweb/</link>
		<comments>http://coreytabaka.com/2010/07/23/using-gitweb/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 22:21:14 +0000</pubDate>
		<dc:creator>Corey Tabaka</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://coreytabaka.com/?p=81</guid>
		<description><![CDATA[I decided to be a bit more proactive with publishing the source to my projects, so I installed Gitweb. You can accesses my projects at: http://coreytabaka.com/git Due to the level of interest I&#8217;m getting in the source to the Cube Demo, I&#8217;m making an effort to clean it up and publish it. Look for it [...]]]></description>
			<content:encoded><![CDATA[<p>I decided to be a bit more proactive with publishing the source to my projects, so I installed Gitweb. You can accesses my projects at: <a href="http://coreytabaka.com/git">http://coreytabaka.com/git</a></p>
<p>Due to the level of interest I&#8217;m getting in the source to the Cube Demo, I&#8217;m making an effort to clean it up and publish it. Look for it soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://coreytabaka.com/2010/07/23/using-gitweb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reviving the PowerPC Emulator</title>
		<link>http://coreytabaka.com/2010/07/02/reviving-the-powerpc-emulator/</link>
		<comments>http://coreytabaka.com/2010/07/02/reviving-the-powerpc-emulator/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 09:12:29 +0000</pubDate>
		<dc:creator>Corey Tabaka</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[emulation]]></category>
		<category><![CDATA[powerpc]]></category>

		<guid isPermaLink="false">http://coreytabaka.com/?p=74</guid>
		<description><![CDATA[I recently found the old test VM I used for developing the Monarc PowerPC Emulator. VMware is a great platform to develop on, with support for GDB remote serial protocol and decent performance compared to straight emulators like Bochs or qemu. However, even with VMware&#8217;s superior performance, it was not fast enough to run a [...]]]></description>
			<content:encoded><![CDATA[<p>I recently found the old test VM I used for developing the Monarc PowerPC Emulator. VMware is a great platform to develop on, with support for GDB remote serial protocol and decent performance compared to straight emulators like Bochs or qemu. However, even with VMware&#8217;s superior performance, it was not fast enough to run a PowerPC guest OS interactively. But lately it seems that VMware, and of course computer performance in general, has made some significant improvements since I last tried running a PowerPC guest.</p>
<p>My most recent experience was surprising. My development machine is a 15&#8221; MacBook Pro, with 8 GB RAM, an Intel Core 2 Duo clocked at 2.93 GHz, and running Snow Leopard; nothing too shabby. I started up the VM in VMware Fusion 3.1 and was interacting with Mac OS X Panther in about 20 seconds. Amazing.</p>
<p>Now that I have a speedy platform to test and debug the emulator on, I&#8217;m going to have to dust off the source and start hacking on it again. For this round I think I will port it to my more recent kernel, which much more capable than the small embedded kernel I wrote originally.</p>
<p>Of course I&#8217;ll add some goodies to the project page as things progress.</p>
]]></content:encoded>
			<wfw:commentRss>http://coreytabaka.com/2010/07/02/reviving-the-powerpc-emulator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fun With Lego Mindstorms NXT 2.0</title>
		<link>http://coreytabaka.com/2010/06/25/fun-with-lego-mindstorms-nxt-2-0/</link>
		<comments>http://coreytabaka.com/2010/06/25/fun-with-lego-mindstorms-nxt-2-0/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 22:37:17 +0000</pubDate>
		<dc:creator>Corey Tabaka</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arm]]></category>
		<category><![CDATA[lk]]></category>

		<guid isPermaLink="false">http://coreytabaka.com/?p=67</guid>
		<description><![CDATA[I just picked up a set of Lego Mindstorms NXT 2.0. It&#8217;s a robotics kit based on the AT91SAM7S256, which is a rather nice ARM7TDMI based SoC. Coincidentally, the little kernel (lk), written by Travis Geiselbrecht and being used as a bootloader for Android and webOS, supports AT91* platforms. Of course, this means I have [...]]]></description>
			<content:encoded><![CDATA[<p>I just picked up a set of Lego Mindstorms NXT 2.0. It&#8217;s a robotics kit based on the AT91SAM7S256, which is a rather nice ARM7TDMI based SoC.</p>
<p>Coincidentally, the little kernel (lk), written by Travis Geiselbrecht and being used as a bootloader for Android and webOS, supports AT91* platforms. Of course, this means I have to get lk running on the NXT.</p>
]]></content:encoded>
			<wfw:commentRss>http://coreytabaka.com/2010/06/25/fun-with-lego-mindstorms-nxt-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lk x86</title>
		<link>http://coreytabaka.com/2009/04/24/lk-x86/</link>
		<comments>http://coreytabaka.com/2009/04/24/lk-x86/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 20:02:41 +0000</pubDate>
		<dc:creator>Corey Tabaka</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://coreytabaka.com/?p=48</guid>
		<description><![CDATA[I recently ported lk to the x86 PC platform. Lk (little kernel) is an embedded kernel written by Travis Geiselbrecht, with contributions from various others. More info here.]]></description>
			<content:encoded><![CDATA[<p>I recently ported lk to the x86 PC platform. Lk (little kernel) is an embedded kernel written by Travis Geiselbrecht, with contributions from various others. More info <a href="?page_id=44">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://coreytabaka.com/2009/04/24/lk-x86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Heading Out West</title>
		<link>http://coreytabaka.com/2009/04/21/heading-out-west/</link>
		<comments>http://coreytabaka.com/2009/04/21/heading-out-west/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 00:09:14 +0000</pubDate>
		<dc:creator>Corey Tabaka</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://coreytabaka.com/?p=36</guid>
		<description><![CDATA[I recently accepted a position at Palm out in Sunnyvale, California. I&#8217;ll be flying out to start in a few weeks and things are getting rather hectic as the date draws closer; we have a lot to get done even though my family won&#8217;t join me until a little later. I&#8217;m excited to be working [...]]]></description>
			<content:encoded><![CDATA[<p>I recently accepted a position at Palm out in Sunnyvale, California. I&#8217;ll be flying out to start in a few weeks and things are getting rather hectic as the date draws closer; we have a lot to get done even though my family won&#8217;t join me until a little later.</p>
<p>I&#8217;m excited to be working on the soon to be released Palm Pre and future products. I will be joining a great team of talented people and I can&#8217;t wait to see what challenges are in store.</p>
]]></content:encoded>
			<wfw:commentRss>http://coreytabaka.com/2009/04/21/heading-out-west/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clean Start</title>
		<link>http://coreytabaka.com/2009/04/14/clean-start/</link>
		<comments>http://coreytabaka.com/2009/04/14/clean-start/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 06:46:53 +0000</pubDate>
		<dc:creator>Corey Tabaka</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://coreytabaka.com/?p=3</guid>
		<description><![CDATA[I decided to make a clean start on the site today. WordPress is pretty decent for my needs and hopefully I&#8217;ll be more motivated to filter content in with the nicer facilities.]]></description>
			<content:encoded><![CDATA[<p>I decided to make a clean start on the site today. WordPress is pretty decent for my needs and hopefully I&#8217;ll be more motivated to filter content in with the nicer facilities.</p>
]]></content:encoded>
			<wfw:commentRss>http://coreytabaka.com/2009/04/14/clean-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
