Software:JX (operating system)
Developer | University of Erlangen |
---|---|
Source model | Free software |
yes|Final release|Latest release}} | 0.1.1 / October 10, 2007 |
Platforms | IA-32 (x86) |
Kernel type | Microkernel |
License | GPLv2 or later[1] |
Official website | JX Project |
JX is a microkernel operating system with both the kernel and applications implemented using the Java programming language.[2]
Overview
JX is implemented as an extended Java virtual machine (the JX Core), adding support to the Java system for necessary features such as protection domains and hardware access, along with a number of components written in Java that provide kernel facilities to applications running on the computer. Because Java is a type-safe language, JX is able to 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, with support for a limited range of common hardware elements. It is free software, developed by the University of Erlangen.[3]
The primary benefits of JX include:
- Based on a small trusted computing base (TCB) security system
- Lack of address space switching compared to most other microkernel systems.
- It is a highly flexible operating system with different configuration possibilities.
See also
References
- ↑ "JX License". http://www4.cs.fau.de/Projects/JX/license.html.
- ↑ "JX - A flexible Java Operating System (poster)". University of Erlangen. http://www4.informatik.uni-erlangen.de/Projects/JX/poster/jx-poster.jpg.
- ↑ Golm, Michael; Meik Felser; Christian Wawersich; Jürgen Kleinöder (13 June 2002). "The JX Operating System". Monterey, CA: USENIX. http://www.usenix.org/events/usenix02/golm.html. Retrieved 2007-04-21.
External links
- Project home page
- The JX Operating System
- The Structure of a Type-Safe Operating System
- A Java Operating System as the Foundation of a Secure Network Operating System
Original source: https://en.wikipedia.org/wiki/JX (operating system).
Read more |