跳转到内容

JavaOS

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

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

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.

參見

外部連結

  • JNode - 一個仍在持續進行發展的程式開發專案,目標是盡可能完全只用Java程式語言來開發撰寫出一套作業系統,以便盡可能以原生方式執行Java程式(英文)
  • [1] - SavaJe科技公司,專注於開發極近似JavaOS的嵌入式作業系統(英文)