<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://www.jnode.org">
<channel>
 <title>JNode.org - :: ~  JNode.free(yourMind); ~ ::</title>
 <link>http://www.jnode.org</link>
 <description>&lt;table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;
&lt;tr&gt;&lt;td valign=&quot;top&quot; class=&quot;text&quot;&gt;
Welcome to JNode.org, the website of the &lt;i&gt;Java New Operating System Design Effort&lt;/i&gt;.&lt;p/&gt;
JNode is a simple to use &amp; install Java operating system for personal use.&lt;br/&gt;It runs on modern devices.&lt;p/&gt;Any java application will run on it, fast &amp; secure!&lt;br/&gt;
JNode is open source and uses the &lt;a href=&quot;http://opensource.org/licenses/lgpl-license.php&quot;&gt;LGPL&lt;/a&gt; license.
&lt;p/&gt;
&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;

&lt;table border=&quot;0&quot;&gt;
  &lt;tr class=&quot;title&quot;&gt;&lt;td colspan=&#039;2&#039;&gt;Latest release:&lt;/td&gt;&lt;/tr&gt;
  &lt;tr&gt;&lt;td class=&quot;data&quot;&gt;&lt;a href=&quot;download_latest&quot;&gt;JNode 0.2.6&lt;/a&gt;&lt;/td&gt;
      &lt;td class=&quot;data&quot; align=&#039;right&#039;&gt;&lt;font size=&#039;-1&#039;&gt;&lt;a href=&quot;node/636&quot;&gt;0.3 plan&lt;/a&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;
  &lt;tr class=&quot;title&quot;&gt;&lt;td colspan=&#039;2&#039;&gt;Hardware requirements:&lt;/td&gt;&lt;/tr&gt;
  &lt;tr&gt;&lt;td class=&quot;data&quot; colspan=&#039;2&#039;&gt;Pentium class CPU&lt;br/&gt;256Mb RAM&lt;p/&gt;see &lt;a href=&quot;node/573&quot;&gt;details&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</description>
 <language>en</language>
<item>
 <title>FindBugs</title>
 <link>http://www.jnode.org/node/2606</link>
 <description> &lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;Has anyone tried to run FindBugs over the JNode sourcecode?&lt;/p&gt;
&lt;p&gt;http://findbugs.sourceforge.net/&lt;/p&gt;
 </description>
 <category domain="http://www.jnode.org/taxonomy/term/16">General discussions</category>
 <pubDate>Wed, 07 May 2008 13:34:40 +0200</pubDate>
</item>
<item>
 <title>JNode needs a style guide</title>
 <link>http://www.jnode.org/node/2581</link>
 <description> &lt;p&gt;I&#039;ve seen quite a bit of the JNode code base, and one thing that I find irritating is the inconsistent and occasionally bad coding style.  I see:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;inconsistent indentation,
&lt;li&gt;inconsistent use of whitespace around operators, before and after braces, parentheses, etc
&lt;li&gt;inconsistent spacing between lines,
&lt;li&gt;files containing TAB characters,
&lt;li&gt;minimal useful in-line comments
&lt;li&gt;useless or non-existing Javadoc comments on key methods, or entire APIs.
&lt;/ul&gt;
&lt;p&gt;I&#039;ve also come across some basic coding errors that would have been picked up by a cursory code review.  I&#039;ve seen command classes that catch java.lang.Exception, command classes (with &#039;execute&#039; methods) that write to System.out / System.err rather than the command&#039;s out/err, code that repeatedly looks up the same system &lt;a class=&quot;glossary-term&quot; href=&quot;glossary#term41&quot;&gt;&lt;acronym title=&quot;service: A software module that implements some functionality with a known interface&quot;&gt;service&lt;/acronym&gt;&lt;/a&gt; in loops.  I&#039;ve seen left-over trace prints, and Unsafe.debug calls.  I&#039;ve seen code that is so hacked around that it is unintelligible.  And some of codebase&#039;s the lack of concern for multi-threaded access is truly frightening!&lt;/p&gt;
 </description>
 <category domain="http://www.jnode.org/taxonomy/term/16">General discussions</category>
 <pubDate>Wed, 23 Apr 2008 16:32:36 +0200</pubDate>
</item>
<item>
 <title>The new command line syntax mechanism</title>
 <link>http://www.jnode.org/node/2557</link>
 <description> &lt;p&gt;It is very good to see progress in the shell part of JNode. However I have a question. Why are the arguments converted to an array of strings before it is given to the shell command? It seems to me that information is &quot;lost&quot; in this conversion.&lt;/p&gt;
&lt;p&gt;Kind regards&lt;br /&gt;
Jacob Kofod&lt;/p&gt;
 </description>
 <category domain="http://www.jnode.org/taxonomy/term/11">JNode-Shell</category>
 <pubDate>Wed, 16 Apr 2008 08:52:22 +0200</pubDate>
</item>
<item>
 <title>MagicPermission not granted for type: org.jnode.driver.system.acpi.AcpiTable</title>
 <link>http://www.jnode.org/node/2544</link>
 <description> &lt;p&gt;I get the following message during boot:&lt;/p&gt;
&lt;p&gt;MagicPermission not granted for type: org.jnode.&lt;a class=&quot;glossary-term&quot; href=&quot;glossary#term40&quot;&gt;&lt;acronym title=&quot;driver: A software module that controls a hardware device&quot;&gt;driver&lt;/acronym&gt;&lt;/a&gt;.system.acpi.AcpiTable&lt;/p&gt;
&lt;p&gt;What does that mean? is it a bug?&lt;/p&gt;
 </description>
 <category domain="http://www.jnode.org/taxonomy/term/16">General discussions</category>
 <pubDate>Wed, 09 Apr 2008 21:34:04 +0200</pubDate>
</item>
<item>
 <title>jnode in youtube...</title>
 <link>http://www.jnode.org/node/2543</link>
 <description> &lt;p&gt;Hello,&lt;br /&gt;
jnode in youtube&lt;/p&gt;
&lt;p&gt;Part 1:&lt;br /&gt;
http://www.youtube.com/watch?v=T-c1eUtlMWQ&lt;/p&gt;
&lt;p&gt;Part 2:&lt;br /&gt;
http://www.youtube.com/watch?v=_5m1cc7wyDs&lt;/p&gt;
&lt;p&gt;bye&lt;/p&gt;
&lt;p&gt;Ferney&lt;/p&gt;
 </description>
 <category domain="http://www.jnode.org/taxonomy/term/16">General discussions</category>
 <pubDate>Wed, 09 Apr 2008 19:23:56 +0200</pubDate>
</item>
<item>
 <title>Hello jnode people</title>
 <link>http://www.jnode.org/node/2542</link>
 <description> &lt;p&gt;I don&#039;t speak english&lt;br /&gt;
Jnode is interesting, OS in java, increible.&lt;br /&gt;
good luck jnode people.&lt;br /&gt;
bye :)&lt;/p&gt;
 </description>
 <category domain="http://www.jnode.org/taxonomy/term/30">Presentations</category>
 <category domain="http://www.jnode.org/taxonomy/term/16">General discussions</category>
 <pubDate>Wed, 09 Apr 2008 02:12:26 +0200</pubDate>
</item>
<item>
 <title>source tar.gz</title>
 <link>http://www.jnode.org/node/2540</link>
 <description> &lt;p&gt;im using izarc which can open those kinda archives thing is that its not finding anything in it. am i the only one with this problem&lt;/p&gt;
 </description>
 <pubDate>Tue, 08 Apr 2008 15:04:58 +0200</pubDate>
</item>
<item>
 <title>Wine and LinforWin development I&#039;m working on for JAVA operating systems will run with JNode called AllOS.</title>
 <link>http://www.jnode.org/node/2537</link>
 <description> &lt;p&gt;Hi everyone my name is Jacob and I have been working on a project to build a linux equivalent to Wine to run along with Wine like development on bare bones systems only to find that the only way to run such a system is connected to a micro or nano kernel.&lt;/p&gt;
&lt;p&gt;I also found that most of thees kernels have little in the way of GUI to implement on them,&lt;br /&gt;
So I decided to try it under JAVA.&lt;/p&gt;
&lt;p&gt;I am pleased to say that it works.&lt;/p&gt;
&lt;p&gt;My first developmental concept is to run emulation under the kernel to emulate only the bare essentials similarity to the way Wine commonly emulates small amounts of hardware,&lt;/p&gt;
 </description>
 <category domain="http://www.jnode.org/taxonomy/term/13">News and announcements</category>
 <pubDate>Tue, 08 Apr 2008 06:21:24 +0200</pubDate>
</item>
<item>
 <title>apache.org open source java programs</title>
 <link>http://www.jnode.org/node/2536</link>
 <description> &lt;p&gt;there are alot of java projects on apache.org site has anyone considered the integration of these java realted projects&lt;/p&gt;
 </description>
 <category domain="http://www.jnode.org/taxonomy/term/17">Feature requests (use issue tracker instead)</category>
 <pubDate>Mon, 07 Apr 2008 20:19:43 +0200</pubDate>
</item>
<item>
 <title>WTF</title>
 <link>http://www.jnode.org/node/2531</link>
 <description> &lt;p&gt;Doesn&#039;t look too pretty in the screenshots.Looks pretty plain jane.Is like other systems,say windows? Will it detect my modem? Sorry,noob.&lt;/p&gt;
 </description>
 <category domain="http://www.jnode.org/taxonomy/term/16">General discussions</category>
 <pubDate>Wed, 02 Apr 2008 11:22:55 +0200</pubDate>
</item>
<item>
 <title>summer of code : students apply for JNode/Jikes RVM project</title>
 <link>http://www.jnode.org/node/2423</link>
 <description> &lt;p&gt;The Jikes RVM project (http://jikesrvm.org) has been choosen for Google Summer of Code 2008.&lt;/p&gt;
&lt;p&gt;So, &lt;u&gt;if you are a student&lt;/u&gt;, you can help both JNode and Jikes RVM by applying &lt;a href=&quot;http://groups.google.com/group/google-summer-of-code-announce/web/guide-to-the-gsoc-web-app-for-student-applicants&quot;&gt;here&lt;/a&gt; for Summer of code 2008.&lt;/p&gt;
&lt;p&gt;Then,  choose the project &quot;Work on the continued integration of the RVM with JNODE&quot; on the &lt;a href=&quot;http://docs.codehaus.org/display/RVM/Project+Proposals+2008&quot;&gt;Jikes RVM page&lt;/a&gt;. This project will look to continue to harmonize development effort of the Jikes RVM with the JNode operating system. We have 3 mentors until now and we need students.&lt;/p&gt;
 </description>
 <category domain="http://www.jnode.org/taxonomy/term/1">News</category>
 <category domain="http://www.jnode.org/taxonomy/term/13">News and announcements</category>
 <pubDate>Wed, 26 Mar 2008 07:31:11 +0100</pubDate>
</item>
<item>
 <title>turning jnode into multithreaded os</title>
 <link>http://www.jnode.org/node/2421</link>
 <description> &lt;p&gt;whats everyones take on making jnode multithreaded to improve its performance?&lt;/p&gt;
 </description>
 <category domain="http://www.jnode.org/taxonomy/term/16">General discussions</category>
 <pubDate>Sat, 22 Mar 2008 15:59:15 +0100</pubDate>
</item>
<item>
 <title>why does JNode need to implement VM itself?</title>
 <link>http://www.jnode.org/node/2420</link>
 <description> &lt;p&gt;It can only make a bootable JVM layer to adopt so many kind of opensource&#039;s VM like jikesRVM, openJDK and Harmony etc. so we provide opportunity to compile on the fly and to change VM on the fly !-)&lt;br /&gt;
remember the JNode goal:&lt;br /&gt;
&lt;b&gt;The goal is to get an simple to use and install Java operating system for personal use. Any java application should run on it, fast &amp;#038; secure!&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Making VM itself doesn&#039;t make any effort on this goal. anyway, I don&#039;t prefer to implement VM in its main branch. It&#039;s not what Jnode should be. Anyone interest in VM could start a subproject and get involve in it.&lt;/p&gt;
 </description>
 <category domain="http://www.jnode.org/taxonomy/term/17">Feature requests (use issue tracker instead)</category>
 <pubDate>Sat, 22 Mar 2008 12:48:42 +0100</pubDate>
</item>
<item>
 <title>where is the iso/ image of of os or still it is in alpha stage</title>
 <link>http://www.jnode.org/node/2415</link>
 <description> &lt;p&gt;I was unable to find the download of iso / image file of jnode os.&lt;/p&gt;
&lt;p&gt;From where, I can find?&lt;/p&gt;
 </description>
 <category domain="http://www.jnode.org/taxonomy/term/14">Wanted</category>
 <pubDate>Thu, 13 Mar 2008 23:42:40 +0100</pubDate>
</item>
<item>
 <title>screenshots of JNode running in JPC</title>
 <link>http://www.jnode.org/node/2411</link>
 <description> &lt;p&gt;I have posted on &lt;a href=&quot;http://duminy.tk/&quot;&gt;my blog&lt;/a&gt; some screenshots of JNode running in JPC. great !&lt;/p&gt;
 </description>
 <category domain="http://www.jnode.org/taxonomy/term/13">News and announcements</category>
 <pubDate>Sun, 09 Mar 2008 19:05:10 +0100</pubDate>
</item>
</channel>
</rss>
