Linked by Thom Holwerda on Wed 4th Feb 2009 12:57 UTC, submitted by Hagar
Thread beginning with comment 347219
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
It is in assembler, I don't think nobody will ever try (again) to write a POSIX compatible OS in assembler, it is Java anyway, not C so I don't think they need posix API anyway, java is crossplateform by design so they should have everything the need (in therm of API) in Java itself. It is not a bad idea after all, Java on Unix and Windows mostly suck, if they can make someting dedicated to run java apps, it -may- run faster a little.
P.S: I hate Java




Member since:
2006-01-06
So what's the architecture like? It's a microkernel, I got that much. Is it being designed like UNIX? Are they leveraging any of the unique properties of having an OS written in a managed language, such as Singularity is taking advantage of? Hmm, not much on the site that answers these questions.
I suppose I could look at the code ... I assume something BSD-looking awaits.