How to create operating system using Java? -
this question has answer here:
is there anyway create operating system using java? there anyway embed windows java library develop os things jframe, jfilechooser, jtextarea, etc? or better off in long run learning c or c++?
yes, can.
many options available so:
- jni provides communication of java code native code. can develop boot loader in native code, ui in java
- java processor: implementation of jvm in hardware
- java optimized processors
- embedded java
- picojava
and on..
there's nothing can stop developing os in java. can find many oses written in java: cisco nasa...
however, creating tiny os requires lot of effort.
Comments
Post a Comment