Page 1 of 1

JNode 0.2.6 released

Posted: Wed Feb 27, 2008 6:16 am
by Hagar
JNode 0.2.6 has been released up to the FOSDEM. JNode is a open source Java OS (LGPL) written fully in Java language (with a very small assembler nano-kernel).

New features this time are:

Over 99 percent java 6 api compatibility,
hotswapping, nfs, hfs+, even more openJDK integration, jetty6 and
ofcourse bug fixes and improvements.

For a closer look: http://www.jnode.org/node/2404

Posted: Wed Feb 27, 2008 6:44 am
by t0xic
Wow, those screenshots look nice :D
Just wondering, does your "OS" run in a JavaVM? How can you even write an OS in Java?

Posted: Wed Feb 27, 2008 6:47 am
by Jeko
t0xic wrote:Wow, those screenshots look nice :D
Just wondering, does your "OS" run in a JavaVM? How can you even write an OS in Java?
the nano-kernel in assembler is something like a JavaVM that loads the kernel in java. (I think)

Posted: Wed Feb 27, 2008 7:00 am
by t0xic
Ah. Thanks for clarifying