<?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>Unununium Operating Engine &#187; Status Update</title>
	<atom:link href="http://unununium.org/?feed=rss2&#038;cat=5" rel="self" type="application/rss+xml" />
	<link>http://unununium.org</link>
	<description>History of an operating system</description>
	<lastBuildDate>Sat, 12 Jun 2010 17:59:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Unununium &#8211; Existence distro updated</title>
		<link>http://unununium.org/?p=78</link>
		<comments>http://unununium.org/?p=78#comments</comments>
		<pubDate>Sat, 12 Jun 2010 17:57:27 +0000</pubDate>
		<dc:creator>eks</dc:creator>
				<category><![CDATA[Status Update]]></category>
		<category><![CDATA[dimension]]></category>
		<category><![CDATA[dragon]]></category>
		<category><![CDATA[existence]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://unununium.org/?p=78</guid>
		<description><![CDATA[Jmony just updated CVS with dragon (the keyboard driver) cell ported from Dimension to Existence!  Thank you!
]]></description>
			<content:encoded><![CDATA[<p>Jmony just updated CVS with dragon (the keyboard driver) cell ported from Dimension to Existence!  Thank you!</p>
]]></content:encoded>
			<wfw:commentRss>http://unununium.org/?feed=rss2&amp;p=78</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A review of original design goals</title>
		<link>http://unununium.org/?p=69</link>
		<comments>http://unununium.org/?p=69#comments</comments>
		<pubDate>Tue, 01 Jun 2010 13:32:21 +0000</pubDate>
		<dc:creator>eks</dc:creator>
				<category><![CDATA[Status Update]]></category>
		<category><![CDATA[goals]]></category>
		<category><![CDATA[system design]]></category>

		<guid isPermaLink="false">http://unununium.org/?p=69</guid>
		<description><![CDATA[It has been quite a while without an update and I would like to apologize for that.  Beside selling my house, buying a new one, coordinating two job transfers (one for myself and one for my wife) life has been a bit hectic. I must admit to have *cough* discovered */cough* Fable 2 and [...]]]></description>
			<content:encoded><![CDATA[<p>It has been quite a while without an update and I would like to apologize for that.  Beside selling my house, buying a new one, coordinating two job transfers (one for myself and one for my wife) life has been a bit hectic. I must admit to have *cough* discovered */cough* Fable 2 and Oblivion..</p>
<p>Anyhow, re-reading my last few posts I may have misguided the direction of Unununium so in order to appease myself and ensure I broadcast the right information, here&#8217;s a summary of Unununium&#8217;s goals:</p>
<p>* Single Address Space<br />
* Dynamic Relocation<br />
* Live Upgrade (no reboot required)<br />
* Open Design<br />
* Approachable Internal Hacking<br />
* Well documented and teachable</p>
<p>Basically, a simple system with the internals clearly visible and inspectable by the user.  A system built around a fast and simple design allowing deep state inspection and debugging; providing sufficient information for the users/developpers to customize the system to their liking.</p>
<p>I&#8217;m still planning on using the multiple return path function calls; after all this is one good way of speeding things up a bit while better managing various output states.</p>
<p>The dynamic relocation and the live upgrades are without timing guarantees; in fact, the entire system should probably not be real-time based; at best soft real-time.  Let&#8217;s be honest, I do not have the team nor the inclination to go through official certification and make this into a commercial endeavour.</p>
]]></content:encoded>
			<wfw:commentRss>http://unununium.org/?feed=rss2&amp;p=69</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synchronous Languages</title>
		<link>http://unununium.org/?p=65</link>
		<comments>http://unununium.org/?p=65#comments</comments>
		<pubDate>Tue, 22 Sep 2009 20:05:04 +0000</pubDate>
		<dc:creator>eks</dc:creator>
				<category><![CDATA[Status Update]]></category>

		<guid isPermaLink="false">http://unununium.org/?p=65</guid>
		<description><![CDATA[Posted a quick brainstorming page about synchronous languages which may be the seed to the final design.  Would solve and put together a few concepts I have been toying with these past few years.
]]></description>
			<content:encoded><![CDATA[<p>Posted a quick brainstorming page about <a href="http://unununium.org/?page_id=63">synchronous languages</a> which may be the seed to the final design.  Would solve and put together a few concepts I have been toying with these past few years.</p>
]]></content:encoded>
			<wfw:commentRss>http://unununium.org/?feed=rss2&amp;p=65</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memory Management</title>
		<link>http://unununium.org/?p=49</link>
		<comments>http://unununium.org/?p=49#comments</comments>
		<pubDate>Sun, 16 Aug 2009 02:22:59 +0000</pubDate>
		<dc:creator>eks</dc:creator>
				<category><![CDATA[Status Update]]></category>

		<guid isPermaLink="false">http://unununium.org/?p=49</guid>
		<description><![CDATA[Finally decided on how memory will be managed. In short, processes will be able to request memory pages of 4KiB to be allocated.  The memory pages, as well as the processes, are tied in to a given cpu/core so as to avoid false cache sharing between threads.  Some sub-routines will also be available to sub-allocate [...]]]></description>
			<content:encoded><![CDATA[<p>Finally decided on how memory will be managed. In short, processes will be able to request memory pages of 4KiB to be allocated.  The memory pages, as well as the processes, are tied in to a given cpu/core so as to avoid false cache sharing between threads.  Some sub-routines will also be available to sub-allocate these memory pages into any allocation size; although the operating system will only keep track of the pages and not the sub-allocations.</p>
<p>The allocated memory pages can then be shared with other processes for fast and efficient data transfer; when doing so the process sharing the memory page will receive a secret code that can be used to cancel the sharing and regain full control.  When shared, memory pages are in read-only mode for all users including the original process which shared the page.</p>
]]></content:encoded>
			<wfw:commentRss>http://unununium.org/?feed=rss2&amp;p=49</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brainstorming</title>
		<link>http://unununium.org/?p=40</link>
		<comments>http://unununium.org/?p=40#comments</comments>
		<pubDate>Mon, 10 Aug 2009 01:58:04 +0000</pubDate>
		<dc:creator>eks</dc:creator>
				<category><![CDATA[Status Update]]></category>

		<guid isPermaLink="false">http://unununium.org/?p=40</guid>
		<description><![CDATA[Started a few brainstorming pages about how I could see the system implemented in the future.  I hope to continue to develop those sections and eventually write up a set of specification documents.  Feel free to comment on the design.
]]></description>
			<content:encoded><![CDATA[<p>Started a few brainstorming pages about how I could see the system implemented in the future.  I hope to continue to develop those sections and eventually write up a set of specification documents.  Feel free to comment on the design.</p>
]]></content:encoded>
			<wfw:commentRss>http://unununium.org/?feed=rss2&amp;p=40</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
