<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Linux does C64 does Unix</title>
	<atom:link href="http://kmandla.wordpress.com/2011/02/08/linux-does-c64-does-unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://kmandla.wordpress.com/2011/02/08/linux-does-c64-does-unix/</link>
	<description>K.Mandla's blog of Linux experiences</description>
	<lastBuildDate>Mon, 11 Feb 2013 18:19:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Perry</title>
		<link>http://kmandla.wordpress.com/2011/02/08/linux-does-c64-does-unix/#comment-48801</link>
		<dc:creator><![CDATA[Perry]]></dc:creator>
		<pubDate>Thu, 07 Apr 2011 12:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2011/02/08/linux-does-c64-does-unix/#comment-48801</guid>
		<description><![CDATA[A friend just showed me this...
 http://bits.blogs.nytimes.com/2011/04/06/the-new-commodore-64-updated-with-its-old-exterior/
, and I was instantly reminded of this blog post of yours. Thought you might find it interesting. I know I would like to have one. :)]]></description>
		<content:encoded><![CDATA[<p>A friend just showed me this&#8230;<br />
 <a href="http://bits.blogs.nytimes.com/2011/04/06/the-new-commodore-64-updated-with-its-old-exterior/" rel="nofollow">http://bits.blogs.nytimes.com/2011/04/06/the-new-commodore-64-updated-with-its-old-exterior/</a><br />
, and I was instantly reminded of this blog post of yours. Thought you might find it interesting. I know I would like to have one. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K.Mandla</title>
		<link>http://kmandla.wordpress.com/2011/02/08/linux-does-c64-does-unix/#comment-47982</link>
		<dc:creator><![CDATA[K.Mandla]]></dc:creator>
		<pubDate>Tue, 08 Feb 2011 21:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2011/02/08/linux-does-c64-does-unix/#comment-47982</guid>
		<description><![CDATA[Thanks, Kevin. I hadn&#039;t seen those things before. Cheers! ]]></description>
		<content:encoded><![CDATA[<p>Thanks, Kevin. I hadn&#8217;t seen those things before. Cheers! </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://kmandla.wordpress.com/2011/02/08/linux-does-c64-does-unix/#comment-47978</link>
		<dc:creator><![CDATA[Kevin]]></dc:creator>
		<pubDate>Tue, 08 Feb 2011 18:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2011/02/08/linux-does-c64-does-unix/#comment-47978</guid>
		<description><![CDATA[Oh, and now that I think about it, I don&#039;t even think you need to mess with c1541. You can call x64 directly on a PRG in the filesystem:

$ x64 ./lun01p4core.c64]]></description>
		<content:encoded><![CDATA[<p>Oh, and now that I think about it, I don&#8217;t even think you need to mess with c1541. You can call x64 directly on a PRG in the filesystem:</p>
<p>$ x64 ./lun01p4core.c64</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://kmandla.wordpress.com/2011/02/08/linux-does-c64-does-unix/#comment-47977</link>
		<dc:creator><![CDATA[Kevin]]></dc:creator>
		<pubDate>Tue, 08 Feb 2011 18:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2011/02/08/linux-does-c64-does-unix/#comment-47977</guid>
		<description><![CDATA[D64 Editor is not required at all. The necessary tools are part of vice:

$ c1541
c1541 #8&gt; format lunix,0 d64 lunix.d64 8
Unit: 0
Formatting in unit 8...
c1541 #8&gt; attach lunix.d64
c1541 #8&gt; write lun01p4core.c64
Writing file `LUN01P4CORE.C64&#039; as `LUN01P4CORE.C64&#039; to unit 8.
c1541 #8&gt; list
0 &quot;lunix           &quot; 0  2a
130   &quot;lun01p4core.c64 &quot;  prg 
534 blocks free.
c1541 #8&gt;
$]]></description>
		<content:encoded><![CDATA[<p>D64 Editor is not required at all. The necessary tools are part of vice:</p>
<p>$ c1541<br />
c1541 #8&gt; format lunix,0 d64 lunix.d64 8<br />
Unit: 0<br />
Formatting in unit 8&#8230;<br />
c1541 #8&gt; attach lunix.d64<br />
c1541 #8&gt; write lun01p4core.c64<br />
Writing file `LUN01P4CORE.C64&#8242; as `LUN01P4CORE.C64&#8242; to unit 8.<br />
c1541 #8&gt; list<br />
0 &#8220;lunix           &#8221; 0  2a<br />
130   &#8220;lun01p4core.c64 &#8221;  prg<br />
534 blocks free.<br />
c1541 #8&gt;<br />
$</p>
]]></content:encoded>
	</item>
</channel>
</rss>
