跳转到内容

JavaOS

维基百科,自由的百科全书

这是本页的一个历史版本,由Danny.umd留言 | 贡献2006年6月28日 (三) 16:29 (新條目)编辑。这可能和当前版本存在着巨大的差异。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)

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.

微核心

The system is based on a hardware architecture native microkernel.

Platforms that the kernel runs on include

虛擬機器

The Java virtual machine runs on top of the microkernel.

驅動程式

All device drivers are written in Java and executed by the virtual machine.

視窗系統

A graphics and windowing system, implementing the AWT API is also written in Java.

應用

JavaOS was designed to run on embedded systems and has applications in devices such as set top boxes, networking infastructure and ATMs. It's also the operating system that comes with the JavaStation.

參見

外部連結