<?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: Building a FAT file image for NDS Homebrew</title>
	<atom:link href="http://www.cryptosystem.org/archives/2006/06/building-a-fat-file-image-for-nds-homebrew/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cryptosystem.org/archives/2006/06/building-a-fat-file-image-for-nds-homebrew/</link>
	<description></description>
	<lastBuildDate>Sun, 28 Jun 2009 23:11:21 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Davr</title>
		<link>http://www.cryptosystem.org/archives/2006/06/building-a-fat-file-image-for-nds-homebrew/comment-page-1/#comment-560</link>
		<dc:creator>Davr</dc:creator>
		<pubDate>Wed, 29 Nov 2006 16:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.cryptosystem.org/archives/2006/06/building-a-fat-file-image-for-nds-homebrew/#comment-560</guid>
		<description>&lt;p&gt;Just a note so that people who find this page know about it. There&#039;s a windows utility by GPF for creating FCSR images. Also includes a linux script to automate it.&lt;/p&gt;

&lt;p&gt;http://gpf.dcemu.co.uk/&lt;/p&gt;

&lt;p&gt;It&#039;s in the left sidebar as fcsrimage.zip&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just a note so that people who find this page know about it. There&#8217;s a windows utility by GPF for creating FCSR images. Also includes a linux script to automate it.</p>
<p><a href="http://gpf.dcemu.co.uk/" rel="nofollow">http://gpf.dcemu.co.uk/</a></p>
<p>It&#8217;s in the left sidebar as fcsrimage.zip</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davr</title>
		<link>http://www.cryptosystem.org/archives/2006/06/building-a-fat-file-image-for-nds-homebrew/comment-page-1/#comment-139</link>
		<dc:creator>Davr</dc:creator>
		<pubDate>Sun, 25 Jun 2006 20:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.cryptosystem.org/archives/2006/06/building-a-fat-file-image-for-nds-homebrew/#comment-139</guid>
		<description>&lt;p&gt;Simpler way:
dd if=/dev/zero of=fat.img bs=512 count=32000
mkdosfs -F16 fat.img
mount -o loop fat.img /mountpoint&lt;/p&gt;

&lt;p&gt;Possibilities for windows users:
1. colinux (i highly recommend this...it may be a bit tricky to set up, but then it is very nice)
2. knoppix
3. vmware or similar&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Simpler way:<br />
dd if=/dev/zero of=fat.img bs=512 count=32000<br />
mkdosfs -F16 fat.img<br />
mount -o loop fat.img /mountpoint</p>
<p>Possibilities for windows users:<br />
1. colinux (i highly recommend this&#8230;it may be a bit tricky to set up, but then it is very nice)<br />
2. knoppix<br />
3. vmware or similar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryanfb</title>
		<link>http://www.cryptosystem.org/archives/2006/06/building-a-fat-file-image-for-nds-homebrew/comment-page-1/#comment-132</link>
		<dc:creator>ryanfb</dc:creator>
		<pubDate>Sat, 24 Jun 2006 01:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.cryptosystem.org/archives/2006/06/building-a-fat-file-image-for-nds-homebrew/#comment-132</guid>
		<description>&lt;p&gt;Not yet - for Windows it might be possible to build the FAT image with &lt;a href=http://www.winimage.com/winimage.htm rel=\\\&quot;nofollow\\\&quot; rel=\&quot;nofollow\&quot; rel=&quot;nofollow&quot;&gt;WinImage&lt;/a&gt;, which might be easier for that part. The rest isn&#039;t all that difficult - any hex editor will do the job, you just have to be confident in your abilities. If it doesn&#039;t work, just try to figure out where you went wrong and reflash your cart, it shouldn&#039;t affect anything.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Not yet &#8211; for Windows it might be possible to build the FAT image with <a href=http://www.winimage.com/winimage.htm rel=\\\"nofollow\\\" rel=\"nofollow\" rel="nofollow">WinImage</a>, which might be easier for that part. The rest isn&#8217;t all that difficult &#8211; any hex editor will do the job, you just have to be confident in your abilities. If it doesn&#8217;t work, just try to figure out where you went wrong and reflash your cart, it shouldn&#8217;t affect anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bibin</title>
		<link>http://www.cryptosystem.org/archives/2006/06/building-a-fat-file-image-for-nds-homebrew/comment-page-1/#comment-127</link>
		<dc:creator>Bibin</dc:creator>
		<pubDate>Wed, 21 Jun 2006 19:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.cryptosystem.org/archives/2006/06/building-a-fat-file-image-for-nds-homebrew/#comment-127</guid>
		<description>&lt;p&gt;Erm, I&#039;m a programming n00b. how can I do this easily? is there some program  that allows me to do that easily?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Erm, I&#8217;m a programming n00b. how can I do this easily? is there some program  that allows me to do that easily?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
