<?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>Me on Stuff &#187; Hardware</title>
	<atom:link href="http://fubar.geek.nz/blog/category/hardware/feed/" rel="self" type="application/rss+xml" />
	<link>http://fubar.geek.nz/blog</link>
	<description>Me ranting about Stuff</description>
	<lastBuildDate>Thu, 22 Jul 2010 03:42:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FreeBSD on the Neo1973 update</title>
		<link>http://fubar.geek.nz/blog/2008/06/30/freebsd-on-the-neo1973-update/</link>
		<comments>http://fubar.geek.nz/blog/2008/06/30/freebsd-on-the-neo1973-update/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 09:38:46 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[OpenMoko]]></category>

		<guid isPermaLink="false">http://fubar.geek.nz/blog/?p=42</guid>
		<description><![CDATA[I&#8217;ve just released a patch to FreeBSD 8-CURRENT to get it booting to single user mode on the Neo1973 emulator. I&#8217;ve written up some notes on using it the OpenMoko wiki. It&#8217;s best if you already know a bit about building FreeBSD as it can take some effort to build everything needed. However if you [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just released a <a href="http://fubar.geek.nz/files/freebsd/neo1973/neo-20080629.tar.bz2">patch</a> to FreeBSD 8-CURRENT to get it booting to single user mode on the Neo1973 emulator. I&#8217;ve written up <a href="http://wiki.openmoko.org/wiki/FreeBSD">some notes</a> on using it the <a href="http://wiki.openmoko.org/wiki/Main_Page">OpenMoko wiki</a>. It&#8217;s best if you already know a bit about building FreeBSD as it can take some effort to build everything needed. However if you have an interest in testing it and giving me feedback I encourage you to give it a go.</p>
<p>In other news it appears I&#8217;m <a href="http://www.linux.org.ru/view-message.jsp?msgid=2888547&amp;lastmod=1214813631552">famous in Russia</a> (<a href="http://translate.google.co.nz/translate?u=http%3A%2F%2Fwww.linux.org.ru%2Fview-message.jsp%3Fmsgid%3D2888547%26lastmod%3D1214813631552&amp;sl=ru&amp;tl=en&amp;hl=en&amp;ie=UTF-8">Google translation</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://fubar.geek.nz/blog/2008/06/30/freebsd-on-the-neo1973-update/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The EFIKA is (kind of) booting</title>
		<link>http://fubar.geek.nz/blog/2007/04/06/the-efika-is-kind-of-booting/</link>
		<comments>http://fubar.geek.nz/blog/2007/04/06/the-efika-is-kind-of-booting/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 22:58:31 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Efika]]></category>
		<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://fubar.geek.nz/blog/2007/04/06/the-efika-is-kind-of-booting/</guid>
		<description><![CDATA[I managed to get my EFIKA to get to the point where it will complain there is no device to mount the root file system from. It is using a few dirty hacks and some code from NetBSD but these should be able to be removed when Peter Grehan has finished his changes to the [...]]]></description>
			<content:encoded><![CDATA[<p>I managed to get my EFIKA to get to the point where it will complain there is no device to mount the root file system from. It is using a few dirty hacks and some code from NetBSD but these should be able to be removed when Peter Grehan has finished his changes to the openfirmware function.</p>
<p>I have made a tarball of the patches and extra files required <a href="http://fubar.geek.nz/files/efika-starter-kit-1.tar.bz2">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://fubar.geek.nz/blog/2007/04/06/the-efika-is-kind-of-booting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Efika</title>
		<link>http://fubar.geek.nz/blog/2007/02/19/efika/</link>
		<comments>http://fubar.geek.nz/blog/2007/02/19/efika/#comments</comments>
		<pubDate>Mon, 19 Feb 2007 02:14:59 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Efika]]></category>
		<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://fubar.geek.nz/blog/2007/02/19/efika/</guid>
		<description><![CDATA[I&#8217;ve been working on getting FreeBSD booting on an EFIKA. I haven&#8217;t got it fully working but I can get it to the point when it will attempt to schedule tasks. It does show the state of the registers before the exception. I can use them to help figure out the state the CPU is [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on getting <a href="http://www.freebsd.org">FreeBSD</a> booting on an <a href="http://www.genesippc.com/efika.php">EFIKA</a>. I haven&#8217;t got it fully working but I can get it to the point when it will attempt to schedule tasks. It does show the state of the registers before the exception. I can use them to help figure out the state the CPU is in.</p>
<p>I&#8217;ve managed to track down the  problem to calling the clock interrupt handler. It doesn&#8217;t appear to get to the code that handles the clock so I&#8217;m looking into where it its that it fails.</p>
]]></content:encoded>
			<wfw:commentRss>http://fubar.geek.nz/blog/2007/02/19/efika/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
