When linux kernel written in C so is it possible to write in java programming language, microkernel and monolithic kernel ? Concern developing java os.
put on hold as off-topic by Michael Homer, Archemar, Jeff Schaller, steve, GAD3R Dec 31 '16 at 8:44
|
|||||||||
|
Unlike C programs which get compiled in machine language, Java programs rely on a Java runtime engine which in turn relies on an existing system (including the kernel). Even if it was conceptually possible to organize everything to get Java code to be run by the kernel, it would be inefficient and would probably require modifications of the Java engine. |
|||
|