JX (operating system)

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
JX
DeveloperUniversity of Erlangen
Source modelFree software
Final release0.1.1 / October 10, 2007; 18 years ago (2007-10-10)
Repository
  • {{URL|example.com|optional display text}}Lua error in Module:EditAtWikidata at line 29: attempt to index field 'wikibase' (a nil value).
Supported platformsIA-32 (x86)
Kernel typeMicrokernel
LicenseGPLv2 or later[1]
Official websiteJX Project

JX is a free, open source, microkernel operating system developed by the University of Erlangen with both the kernel and applications implemented using the Java programming language.[2]

Overview

[edit | edit source]

JX is implemented as an extended Java virtual machine (the JX Core), adding support to the Java system for features such as protection domains and hardware access, along with several components written in Java that provide kernel facilities to applications running on the computer. Because Java is a type-safe language, JX can provide isolation between running applications without needing to use hardware memory protection. This technique, known as language-based protection means that system calls and inter-process communication in JX does not cause an address space switch, an operation which is slow on most computers. JX runs on standard PCs, supporting a limited range of common hardware elements.

The primary benefits of JX include:

  • Based on a small trusted computing base (TCB) security system
  • Lack of address space switching.
  • It is a highly flexible operating system with different configuration possibilities.

See also

[edit | edit source]

Lua error in mw.title.lua at line 392: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').

References

[edit | edit source]
  1. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  2. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
[edit | edit source]