JavaOS
|
JavaOS is an operating system with a Java virtual machine as a fundamental component. It is developed by Sun Microsystems. As Unix or Unix-like systems are primarily written in the C programming language, JavaOS is primarily written in the Java programming language.
Contents |
Microkernel
The system is based on a hardware architecture native microkernel.
Platforms that the kernel runs on include
Virtual machine
The Java virtual machine runs on top of the microkernel.
Drivers
All device drivers are written in Java and executed by the virtual machine.
Windowing system
A graphics and windowing system, implementing the AWT API is also written in Java.
Applications
JavaOS was designed to run on embedded systems and has applications in devices such as set top boxes, networking infastructure and ATMs.
External links
- Inside the IBM JavaOS Project (http://www.itmweb.com/f031098.htm)
- JavaOS Architecture presentation from Sun (http://java.sun.com/javaone/sessions/slides/TT04/startit.html)
- JNode (http://jnode.org/) - An active project on creating an operating system, written almost entirely in Java, that runs Java programs natively.