Linked by Thom Holwerda on Sat 23rd Oct 2010 22:23 UTC
Permalink for comment 446982
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
Features
Linked by Thom Holwerda on 05/21/13 21:38 UTC
Linked by Thom Holwerda on 05/20/13 11:29 UTC
Linked by Thom Holwerda on 05/18/13 21:33 UTC
Linked by David Adams on 05/16/13 4:23 UTC
Linked by Thom Holwerda on 05/11/13 21:41 UTC
Linked by Thom Holwerda on 05/08/13 14:22 UTC
Linked by Thom Holwerda on 05/02/13 15:28 UTC
Linked by Thom Holwerda on 04/29/13 21:06 UTC
Linked by Thom Holwerda on 04/24/13 22:24 UTC
Linked by Thom Holwerda on 04/18/13 11:21 UTC
More Features »
Sponsored Links



Member since:
2010-03-08
Well, sounds like this would require a bit of help from the hardware (eg at loading time, for the loading process to be platform-independent). Personally, I think that an hybrid solution where a compilable source (obfuscated if vendors want) AND binary images for the main target platforms are provided would be better as far as performance is concerned, but we agree when it comes to saying that the hardware-dependent part of an OS should be kept minimal...
About netbeans, it works so because it's coded in Java. This cannot work for a kernel since to run java programs you need the JVM and the standard Java library, and implementing that basically requires one to code a whole OS whose sole role is to be a JVM (as has been done in research projects some times).
Edited 2010-10-25 16:58 UTC