JNode 0.2.6 released

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
Hagar
Posts: 4
Joined: Tue Oct 11, 2005 11:00 pm

JNode 0.2.6 released

Post 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
User avatar
t0xic
Member
Member
Posts: 216
Joined: Sat May 05, 2007 3:16 pm
Location: VA
Contact:

Post 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?
User avatar
Jeko
Member
Member
Posts: 500
Joined: Fri Mar 17, 2006 12:00 am
Location: Napoli, Italy

Post 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)
User avatar
t0xic
Member
Member
Posts: 216
Joined: Sat May 05, 2007 3:16 pm
Location: VA
Contact:

Post by t0xic »

Ah. Thanks for clarifying
Post Reply