<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.freenos.org/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.freenos.org/wiki/feed.php">
        <title>FreeNOS</title>
        <description></description>
        <link>http://www.freenos.org/wiki/</link>
        <image rdf:resource="http://www.freenos.org/wiki/lib/images/favicon.ico" />
       <dc:date>2010-03-16T15:26:56+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.freenos.org/wiki/doku.php/home?rev=1266510166&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.freenos.org/wiki/doku.php/news/busy-busy-busy?rev=1255988571&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.freenos.org/wiki/doku.php/features?rev=1252196098&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.freenos.org/wiki/doku.php/screenshots?rev=1252195940&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.freenos.org/wiki/doku.php/news/0.0.4-released?rev=1252195521&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.freenos.org/wiki/doku.php/status?rev=1252189101&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.freenos.org/wiki/doku.php/documentation/freenos-developers-handbook?rev=1250867957&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.freenos.org/wiki/lib/images/favicon.ico">
        <title>FreeNOS</title>
        <link>http://www.freenos.org/wiki/</link>
        <url>http://www.freenos.org/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.freenos.org/wiki/doku.php/home?rev=1266510166&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-18T17:22:46+01:00</dc:date>
        <dc:creator>Sara Hugh</dc:creator>
        <title>home - spam links</title>
        <link>http://www.freenos.org/wiki/doku.php/home?rev=1266510166&amp;do=diff</link>
        <description>This page is about FreeNOS (Free  Niek's  Operating System).
FreeNOS is an experimental microkernel operating system for learning purposes, licensed under the  GPLv3 .



News</description>
    </item>
    <item rdf:about="http://www.freenos.org/wiki/doku.php/news/busy-busy-busy?rev=1255988571&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-19T23:42:51+01:00</dc:date>
        <dc:creator>Niek Linnenbank</dc:creator>
        <title>news:busy-busy-busy</title>
        <link>http://www.freenos.org/wiki/doku.php/news/busy-busy-busy?rev=1255988571&amp;do=diff</link>
        <description>It's been some time since we posted something here, and not without reason. We are simply
extremely B-U-S-Y =) That's not a bad thing per definition, but it leaves little time
for FreeNOS so far. Nevertheless, we do our best to continue our work on 0.0.5. Most
likely, this release will not contain many new features, only improve what is already in FreeNOS.
This also means we're gonna try to make the system reliable, like Minix3!</description>
    </item>
    <item rdf:about="http://www.freenos.org/wiki/doku.php/features?rev=1252196098&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-09-06T02:14:58+01:00</dc:date>
        <dc:creator>Niek Linnenbank</dc:creator>
        <title>features</title>
        <link>http://www.freenos.org/wiki/doku.php/features?rev=1252196098&amp;do=diff</link>
        <description>The system is very experimental, yet FreeNOS currently supports:


	*  Virtual memory
		*  Simple task scheduling
		*  Inter Process Communication (IPC)
		*  Devices:
			*  VGA/Keyboard consoles (also supported by Ed's  libteken )
			*  i8250 serial UART
			*  PCI host controller
			*  CMOS RTC clock
			*  ATA host controller</description>
    </item>
    <item rdf:about="http://www.freenos.org/wiki/doku.php/screenshots?rev=1252195940&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-09-06T02:12:20+01:00</dc:date>
        <dc:creator>Niek Linnenbank</dc:creator>
        <title>screenshots</title>
        <link>http://www.freenos.org/wiki/doku.php/screenshots?rev=1252195940&amp;do=diff</link>
        <description>Booting 0.0.4 under Qemu




Booting 0.0.3 under Qemu




Booting 0.0.1 under Qemu</description>
    </item>
    <item rdf:about="http://www.freenos.org/wiki/doku.php/news/0.0.4-released?rev=1252195521&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-09-06T02:05:21+01:00</dc:date>
        <dc:creator>Niek Linnenbank</dc:creator>
        <title>news:0.0.4-released</title>
        <link>http://www.freenos.org/wiki/doku.php/news/0.0.4-released?rev=1252195521&amp;do=diff</link>
        <description>After two months of hard work since we released 0.0.3 in July, we finally
have a new version of FreeNOS! This release has new features, enhancements
and bugfixes, including:


	*  Shared and Private Memory mappings support in MemoryServer
	*  Added Device and DeviceServer classes for easy driver programming (abstracts the IPC layer)
	*  Abstracted the IPC layer from FileSystems, Files and Directories (also with IOBuffer class)
	*  Simplified virtual FileSystems by using synchroneous I/O and Shar…</description>
    </item>
    <item rdf:about="http://www.freenos.org/wiki/doku.php/status?rev=1252189101&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-09-06T00:18:21+01:00</dc:date>
        <dc:creator>Niek Linnenbank</dc:creator>
        <title>status</title>
        <link>http://www.freenos.org/wiki/doku.php/status?rev=1252189101&amp;do=diff</link>
        <description>This page lists all target and host systems which we have tested. Target systems run the
FreeNOS code, and host systems build the FreeNOS code. Also see our  CIA.vc  page
for live statistics on our subversion repository.

Target Support
  Target    Version    Tested On    Status   Qemu  0.9.1   Gentoo 2008.0   OK   Qemu  0.10.0  Gentoo 2008.0   OK   Qemu  0.10.4  Gentoo 2008.0   OK   Qemu  0.10.5  FreeBSD 7.2     OK   Qemu  0.10.6  Gentoo 2008.0   OK   VMWare Server  1.0.8.126538  Gentoo 2008.0 …</description>
    </item>
    <item rdf:about="http://www.freenos.org/wiki/doku.php/documentation/freenos-developers-handbook?rev=1250867957&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-08-21T17:19:17+01:00</dc:date>
        <dc:creator>Niek Linnenbank</dc:creator>
        <title>documentation:freenos-developers-handbook</title>
        <link>http://www.freenos.org/wiki/doku.php/documentation/freenos-developers-handbook?rev=1250867957&amp;do=diff</link>
        <description>Introduction


Reading books about the theory of operating systems can help you understand
most of their concepts, but to learn more you need to program them in practice using
a real computer. This guide can help you to get started with developing application programs,
libraries, device drivers, filesystems and more for FreeNOS, on your own computer.</description>
    </item>
</rdf:RDF>
