<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Cosmos Blog</title>
    <link>http://www.GoCosmos.org/Blog/</link>
    <description>News and thoughts of the Cosmos development team.</description>
    <generator>IntraWeb Studio</generator>
    <pubDate>Wed, 28 Jul 2010 16:21:42 GMT</pubDate>
    <item>
      <title>Cosmos Videos on YouTube</title>
      <link>http://www.GoCosmos.org/Blog/20090916.aspx</link>
      <description>A few videos I found on YouTube showing Cosmos.</description>
      <pubDate>Thu, 17 Sep 2009 02:29:28 GMT</pubDate>
    </item>
    <item>
      <title>New Compiler</title>
      <link>http://www.GoCosmos.org/Blog/20091003.aspx</link>
      <description>Lately, we've been working on improving build times of our compiler.</description>
      <pubDate>Sat, 03 Oct 2009 15:21:45 GMT</pubDate>
    </item>
    <item>
      <title>USB fixed for Vista and Windows 7</title>
      <link>http://www.GoCosmos.org/Blog/20091009.aspx</link>
      <description>Selecting the USB option in the builder did not work on Vista, 2008, or Windows 7 because of UAC.</description>
      <pubDate>Fri, 09 Oct 2009 21:49:52 GMT</pubDate>
    </item>
    <item>
      <title>PXE and Crossover Cables</title>
      <link>http://www.GoCosmos.org/Blog/20091009A.aspx</link>
      <description>Unfortuantely PXE boot will not work with a crossover cable.</description>
      <pubDate>Sat, 17 Oct 2009 23:14:20 GMT</pubDate>
    </item>
    <item>
      <title>Milestone 4 Released</title>
      <link>http://www.GoCosmos.org/Blog/20091101.aspx</link>
      <description>After a long period of silence, we are releasing a new userkit again.</description>
      <pubDate>Sun, 01 Nov 2009 10:18:25 GMT</pubDate>
    </item>
    <item>
      <title>Setting up the Dev Kit</title>
      <link>http://www.GoCosmos.org/Blog/20100220.aspx</link>
      <description>Once you are ready to dig deeper into Cosmos you will need to switch to the Dev Kit. We are working on making this nearly as easy as the User Kit to set up, but for now it requires some manaul steps.</description>
      <pubDate>Sat, 20 Feb 2010 20:34:46 GMT</pubDate>
    </item>
    <item>
      <title>Milestone 5</title>
      <link>http://www.GoCosmos.org/Blog/20100220A.aspx</link>
      <description>
      </description>
      <pubDate>Tue, 23 Feb 2010 02:19:09 GMT</pubDate>
    </item>
    <item>
      <title>Compiler almost working again</title>
      <link>http://www.GoCosmos.org/Blog/20100223.aspx</link>
      <description>Last year we made some changes to speed up the compiler. This required us to port the CIL to X86 translation stages. Unfortunately this port broke a lot of code.</description>
      <pubDate>Wed, 24 Feb 2010 01:31:53 GMT</pubDate>
    </item>
    <item>
      <title>Cosmos IRC Channel</title>
      <link>http://www.GoCosmos.org/Blog/20100314.aspx</link>
      <description>We like Skype, but really hate its group chat feature. IRC had a few issues, but we think we've worked them out. We now have an IRC channel for testing.</description>
      <pubDate>Fri, 02 Apr 2010 01:40:45 GMT</pubDate>
    </item>
    <item>
      <title>MS5 is just around the corner</title>
      <link>http://www.GoCosmos.org/Blog/20100326.aspx</link>
      <description>And we think it will blow your mind....</description>
      <pubDate>Sat, 27 Mar 2010 00:14:01 GMT</pubDate>
    </item>
    <item>
      <title>Build Reports</title>
      <link>http://www.GoCosmos.org/Blog/20100326A.aspx</link>
      <description>We are working on setting up a build server with continuous integration. If you want to receive the build reports, you can subsribe to them.</description>
      <pubDate>Sat, 27 Mar 2010 00:17:39 GMT</pubDate>
    </item>
    <item>
      <title>MS5 Screenshots</title>
      <link>http://www.GoCosmos.org/Blog/20100330.aspx</link>
      <description>MS5 is very close.. Take a look at these....</description>
      <pubDate>Wed, 31 Mar 2010 01:17:15 GMT</pubDate>
    </item>
    <item>
      <title>IRC has move to Freenode</title>
      <link>http://www.GoCosmos.org/Blog/20100401.aspx</link>
      <description>Our IRC channel has moved to freenode.</description>
      <pubDate>Fri, 02 Apr 2010 01:36:53 GMT</pubDate>
    </item>
    <item>
      <title>Attention VS Express Users</title>
      <link>http://www.GoCosmos.org/Blog/20100404.aspx</link>
      <description>Important note to VS Express users. Current sources will not work with VS Express. You must use a specific label or changeset.</description>
      <pubDate>Sun, 04 Apr 2010 16:13:06 GMT</pubDate>
    </item>
    <item>
      <title>Using GDB with VMWare</title>
      <link>http://www.GoCosmos.org/Blog/20100404A.aspx</link>
      <description>Here is how to enabled GDB debugging with VMWare for Cosmos.</description>
      <pubDate>Mon, 05 Apr 2010 02:33:40 GMT</pubDate>
    </item>
    <item>
      <title>Faster Builds</title>
      <link>http://www.GoCosmos.org/Blog/20100707.aspx</link>
      <description>We've made great strides to make Cosmos faster to compile. But here is a quick change you can make to speed up building even more.</description>
      <pubDate>Thu, 08 Jul 2010 01:57:20 GMT</pubDate>
    </item>
    <item>
      <title>More RAMDisk results</title>
      <link>http://www.GoCosmos.org/Blog/20100709.aspx</link>
      <description>Initial tests with a RAMDisk showed a measureable improvement. Further tests show an even bigger improvement.</description>
      <pubDate>Fri, 09 Jul 2010 16:26:48 GMT</pubDate>
    </item>
    <item>
      <title>GDB Debugger</title>
      <link>http://www.GoCosmos.org/Blog/20100711.aspx</link>
      <description>Hopefully most Cosmos users will never need to use our low level debugger, but its a life saver for those of us working on the compiler. It will also be useful for some developers developing deep core conepts such as memory management, threading, and interrupts.</description>
      <pubDate>Mon, 12 Jul 2010 00:38:41 GMT</pubDate>
    </item>
    <item>
      <title>MS5 Coming Soon</title>
      <link>http://www.GoCosmos.org/Blog/20100726.aspx</link>
      <description>We thought it would be this week, but we just hit another roadblock. Hopefully it won't be that big of a detour.</description>
      <pubDate>Tue, 27 Jul 2010 04:31:47 GMT</pubDate>
    </item>
    <item>
      <title>Change your TFS server</title>
      <link>http://www.GoCosmos.org/Blog/20100728.aspx</link>
      <description>Update your CodePlex configuration.. Its been upgraded and our server has moved.</description>
      <pubDate>Wed, 28 Jul 2010 16:21:20 GMT</pubDate>
    </item>
  </channel>
</rss>