<?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>RedBrain @ $HOME : ~ $ &#187; OS development</title>
	<atom:link href="http://redbrain.co.uk/index.php/tag/os-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://redbrain.co.uk</link>
	<description>Frustrated Software Developer</description>
	<lastBuildDate>Wed, 16 Nov 2011 17:36:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Onto Launchpad!</title>
		<link>http://redbrain.co.uk/index.php/about-me/onto-launchpad/</link>
		<comments>http://redbrain.co.uk/index.php/about-me/onto-launchpad/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 22:58:40 +0000</pubDate>
		<dc:creator>redbrain</dc:creator>
				<category><![CDATA[About Me]]></category>
		<category><![CDATA[Update!]]></category>
		<category><![CDATA[c/c++]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[OS development]]></category>

		<guid isPermaLink="false">http://redbrain.co.uk/?p=280</guid>
		<description><![CDATA[<p>So yeah i spent the last while just playing with yacc and reading code files. I cant believe how well yacc works i mean you have to put in like ZERO thought into parsing strings! I am so going to use it as much as i can in any project i get the chance to!</p>
<p>So [...]]]></description>
			<content:encoded><![CDATA[<p>So yeah i spent the last while just playing with yacc and reading code files. I cant believe how well yacc works i mean you have to put in like ZERO thought into parsing strings! I am so going to use it as much as i can in any project i get the chance to!</p>
<p>So i moved it all over to:<a title="https://launchpad.net/silix" href="https://launchpad.net/silix" target="_blank"> https://launchpad.net/silix</a></p>
<p>And updated my silix_os page: <a title="http://redbrain.co.uk/?page_id=103" href="http://redbrain.co.uk/?page_id=103" target="_blank">http://redbrain.co.uk/?page_id=103</a></p>
<p>I need to update my Scumm_3D page i started a little more work on this and changed the name to pMonkey Because the idea is i want like a physics playground but i am unsure if i will continue working on it because i dont mind programming but i really cant make graphics! I mean i used to play with blender now and again but i mean i cant really spend the time to learn mroe of it i would love to but its not what i am best at i want to concentrate on coding if i was to start a proper project to get commiters and commnunity support it would be pmonkey but it wouldnt be untill summer i start serious work on it i only been playing with ogre-heads hitting eachother and bounching in a box &#8230; a white box for that matter rofl</p>
<div class="wp-caption alignleft" style="width: 287px"><a href="http://icanhascheezburger.files.wordpress.com/2009/02/funny-pictures-your-cat-is-confused-by-algebra.jpg"><img title="code?!" src="http://icanhascheezburger.files.wordpress.com/2009/02/funny-pictures-your-cat-is-confused-by-algebra.jpg" alt="code?!" width="277" height="171" /></a><p class="wp-caption-text">code?!</p></div>
<p>I would probably prefer to keep working at my drizzle and silix_os because then i get to concentrate rather than my head all over the place for a while!</p>
<p>Oh yeah here is a great link for learning the basics of yacc: <a href="http://ds9a.nl/lex-yacc/cvs/lex-yacc-howto.html">http://ds9a.nl/lex-yacc/cvs/lex-yacc-howto.html</a></p>
<p>I have been reading up on compilers and this really seems intereasting: <a href="http://gmplib.org/">http://gmplib.org/</a></p>
<p>Its a Math library to be mega high-preformance it would be pretty head bending to learn but its cools! <img src='http://redbrain.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Anways off to merge some code!</p>
]]></content:encoded>
			<wfw:commentRss>http://redbrain.co.uk/index.php/about-me/onto-launchpad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS system Devel?!</title>
		<link>http://redbrain.co.uk/index.php/tutorials/os-system-devel/</link>
		<comments>http://redbrain.co.uk/index.php/tutorials/os-system-devel/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 11:53:31 +0000</pubDate>
		<dc:creator>redbrain</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[OS development]]></category>

		<guid isPermaLink="false">http://redbrain.co.uk/?p=72</guid>
		<description><![CDATA[<p>So anyways i have always been intereasted into OS system design like how does it work, as in what if you have nothing but hardware you have no compiler but hardware and you want an OS these links are really helping me understand it all now:</p>
<p>I am working my way through how the boot process [...]]]></description>
			<content:encoded><![CDATA[<p>So anyways i have always been intereasted into OS system design like how does it work, as in what if you have nothing but hardware you have no compiler but hardware and you want an OS these links are really helping me understand it all now:</p>
<p>I am working my way through how the boot process of an OS works its actualy much more simple than you would think, you think there would be much more to it. Plus these papers are really good in that they are practical usualy papers are just a bunch of idiots talking about what other people have made and they usualy suck in the end but thses are good:</p>
<p><a href="http://williamstallings.com/OS/OS5e.html">http://williamstallings.com/OS/OS5e.html</a></p>
<p><a href="http://www.nondot.org/sabre/os/articles/TheBootProcess/">http://www.nondot.org/sabre/os/articles/TheBootProcess/</a></p>
<p><img class="alignnone" src="http://icanhascheezburger.files.wordpress.com/2008/11/funny-pictures-cat-wishes-to-abort-his-mission.jpg" alt="Abort!! " /></p>
]]></content:encoded>
			<wfw:commentRss>http://redbrain.co.uk/index.php/tutorials/os-system-devel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

