<?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"
	>
<channel>
	<title>Comments on: Putting the OS in ROM</title>
	<atom:link href="http://www.kryogenix.org/days/2006/07/18/putting-the-os-in-rom/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kryogenix.org/days/2006/07/18/putting-the-os-in-rom</link>
	<description>scratched tallies on the prison wall</description>
	<pubDate>Tue, 02 Dec 2008 18:59:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Jazz</title>
		<link>http://www.kryogenix.org/days/2006/07/18/putting-the-os-in-rom#comment-89716</link>
		<dc:creator>Jazz</dc:creator>
		<pubDate>Tue, 17 Apr 2007 10:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2006/07/18/putting-the-os-in-rom#comment-89716</guid>
		<description>FYI, LinuxBIOS currently has X-windows support.

LinuxBIOS with X11 server, completely in Flash ROM
Wed, 2007-03-07 05:10 -- Uwe Hermann
http://www.hermann-uwe.de/blog/linuxbios-with-x11-server-completely-in-flash-rom

You can also found a demo clip at http://youtube.com/watch?v=nuzRsXKm_NQ</description>
		<content:encoded><![CDATA[<p>FYI, LinuxBIOS currently has X-windows support.</p>
<p>LinuxBIOS with X11 server, completely in Flash ROM<br />
Wed, 2007-03-07 05:10 &#8212; Uwe Hermann<br />
<a href="http://www.hermann-uwe.de/blog/linuxbios-with-x11-server-completely-in-flash-rom" rel="nofollow">http://www.hermann-uwe.de/blog/linuxbios-with-x11-server-completely-in-flash-rom</a></p>
<p>You can also found a demo clip at <a href="http://youtube.com/watch?v=nuzRsXKm_NQ" rel="nofollow">http://youtube.com/watch?v=nuzRsXKm_NQ</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.kryogenix.org/days/2006/07/18/putting-the-os-in-rom#comment-14414</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 15 Aug 2006 22:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2006/07/18/putting-the-os-in-rom#comment-14414</guid>
		<description>uclinux is effectively just a cut down linux - and it fits (as a compressed image) in 2M of flash - see cdatas cf computer.
Also remember that TOS/GEM booted from ROM, and later it integrated with Unix (as MINT). The trick is to also have a ROMfs that holds essential utilities too.
The reason why we need HD as well as flash is that something like swap can write to 'disc' thousands of times a second - and that will kill your flash!</description>
		<content:encoded><![CDATA[<p>uclinux is effectively just a cut down linux - and it fits (as a compressed image) in 2M of flash - see cdatas cf computer.<br />
Also remember that TOS/GEM booted from ROM, and later it integrated with Unix (as MINT). The trick is to also have a ROMfs that holds essential utilities too.<br />
The reason why we need HD as well as flash is that something like swap can write to &#8216;disc&#8217; thousands of times a second - and that will kill your flash!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Overdose</title>
		<link>http://www.kryogenix.org/days/2006/07/18/putting-the-os-in-rom#comment-13308</link>
		<dc:creator>Overdose</dc:creator>
		<pubDate>Fri, 21 Jul 2006 11:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2006/07/18/putting-the-os-in-rom#comment-13308</guid>
		<description>There are Flash IDE drives available, which could kinda work this way. However, RiscOS is more than just a kernel, and all the software available for Linux covering these things gets bigger and more resource hungry every day, especially if you want to use all the fancy stuff like Gnome/KDE and so on.

Anyway, cut down systems can work pretty well with such a config, not to talk about specific embedded GUI systems like Qtopia (= QT/Embedded) to allow still for some gfx display if that is necessary.

However, I doubt you will be able to get all that what RiscOS offers (more or less) into about the same space using Linux. Anyway, RiscOS boxes take a bit for booting as well, no real RiscOS user runs it 'mint'.</description>
		<content:encoded><![CDATA[<p>There are Flash IDE drives available, which could kinda work this way. However, RiscOS is more than just a kernel, and all the software available for Linux covering these things gets bigger and more resource hungry every day, especially if you want to use all the fancy stuff like Gnome/KDE and so on.</p>
<p>Anyway, cut down systems can work pretty well with such a config, not to talk about specific embedded GUI systems like Qtopia (= QT/Embedded) to allow still for some gfx display if that is necessary.</p>
<p>However, I doubt you will be able to get all that what RiscOS offers (more or less) into about the same space using Linux. Anyway, RiscOS boxes take a bit for booting as well, no real RiscOS user runs it &#8216;mint&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Hearn</title>
		<link>http://www.kryogenix.org/days/2006/07/18/putting-the-os-in-rom#comment-13186</link>
		<dc:creator>Mike Hearn</dc:creator>
		<pubDate>Wed, 19 Jul 2006 19:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2006/07/18/putting-the-os-in-rom#comment-13186</guid>
		<description>It is also fast because it doesn't have to do any hardware probing I'd imagine: it knows ahead of time what the configuration will be. And yeah don't expcct many features - it's easy to be fast when you're little :)</description>
		<content:encoded><![CDATA[<p>It is also fast because it doesn&#8217;t have to do any hardware probing I&#8217;d imagine: it knows ahead of time what the configuration will be. And yeah don&#8217;t expcct many features - it&#8217;s easy to be fast when you&#8217;re little :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://www.kryogenix.org/days/2006/07/18/putting-the-os-in-rom#comment-13147</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Wed, 19 Jul 2006 08:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2006/07/18/putting-the-os-in-rom#comment-13147</guid>
		<description>So really what we're thinking is that the reason RiscOS is fast to boot is because it's entire OS and windowing system is less than 4meg?</description>
		<content:encoded><![CDATA[<p>So really what we&#8217;re thinking is that the reason RiscOS is fast to boot is because it&#8217;s entire OS and windowing system is less than 4meg?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Apantomimehorse</title>
		<link>http://www.kryogenix.org/days/2006/07/18/putting-the-os-in-rom#comment-13120</link>
		<dc:creator>Apantomimehorse</dc:creator>
		<pubDate>Wed, 19 Jul 2006 04:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2006/07/18/putting-the-os-in-rom#comment-13120</guid>
		<description>Is flash memory really that much faster than HD. If this is the case, why not use flash for virtual memory? I understand there's a limited number of reads/writes, but as I understadn it, the limitation is not much worse than with HD's anymore.</description>
		<content:encoded><![CDATA[<p>Is flash memory really that much faster than HD. If this is the case, why not use flash for virtual memory? I understand there&#8217;s a limited number of reads/writes, but as I understadn it, the limitation is not much worse than with HD&#8217;s anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Nolan</title>
		<link>http://www.kryogenix.org/days/2006/07/18/putting-the-os-in-rom#comment-13105</link>
		<dc:creator>Paul Nolan</dc:creator>
		<pubDate>Tue, 18 Jul 2006 21:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2006/07/18/putting-the-os-in-rom#comment-13105</guid>
		<description>How much space would it take (RISC OS managed in pretty low amounts - 512k for RO2, 2M for RO3 &#38; 4M for RO4 - don´t know about RO5). Maybe if a lot of cruft was cut out this would be possible (even if it was just the kernel &#38; busybox)</description>
		<content:encoded><![CDATA[<p>How much space would it take (RISC OS managed in pretty low amounts - 512k for RO2, 2M for RO3 &amp; 4M for RO4 - don´t know about RO5). Maybe if a lot of cruft was cut out this would be possible (even if it was just the kernel &amp; busybox)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.kryogenix.org/days/2006/07/18/putting-the-os-in-rom#comment-13090</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Tue, 18 Jul 2006 15:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2006/07/18/putting-the-os-in-rom#comment-13090</guid>
		<description>I'd agree with Robin on LinuxBIOS. That puts your kernel directly into ROM for booting. Then you just have your system image on a CompactFlash drive or USB stick. That is a system image on flash. People boot off of USB sticks more often than you'd think.

If you really must have it be ROM, burn your system image to a ROM and replace the chip in your USB drive :).</description>
		<content:encoded><![CDATA[<p>I&#8217;d agree with Robin on LinuxBIOS. That puts your kernel directly into ROM for booting. Then you just have your system image on a CompactFlash drive or USB stick. That is a system image on flash. People boot off of USB sticks more often than you&#8217;d think.</p>
<p>If you really must have it be ROM, burn your system image to a ROM and replace the chip in your USB drive :).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://www.kryogenix.org/days/2006/07/18/putting-the-os-in-rom#comment-13081</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Tue, 18 Jul 2006 13:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2006/07/18/putting-the-os-in-rom#comment-13081</guid>
		<description>Well, it replaces the normal BIOS with a Linux kernel, but yeah after digging more it's not a patch on RiscOS :) The trouble I suppose is fitting in a shell + drivers etc into the limited space on the chip.  For that we'd need bigger flash chips, but surely that shouldn't be a problem these days?</description>
		<content:encoded><![CDATA[<p>Well, it replaces the normal BIOS with a Linux kernel, but yeah after digging more it&#8217;s not a patch on RiscOS :) The trouble I suppose is fitting in a shell + drivers etc into the limited space on the chip.  For that we&#8217;d need bigger flash chips, but surely that shouldn&#8217;t be a problem these days?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sil</title>
		<link>http://www.kryogenix.org/days/2006/07/18/putting-the-os-in-rom#comment-13077</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Tue, 18 Jul 2006 12:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2006/07/18/putting-the-os-in-rom#comment-13077</guid>
		<description>Robin: that's just a BIOS, though, isn't it? What I'm talking about is (at maximum) putting everything that runs right up until I get a gdm login window into ROM.</description>
		<content:encoded><![CDATA[<p>Robin: that&#8217;s just a BIOS, though, isn&#8217;t it? What I&#8217;m talking about is (at maximum) putting everything that runs right up until I get a gdm login window into ROM.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
