To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

JX (operating system)

From Wikipedia, the free encyclopedia

JX
DeveloperUniversity of Erlangen
Source modelFree software
Final release0.1.1 / October 10, 2007; 16 years ago (2007-10-10)
PlatformsIA-32 (x86)
Kernel typeMicrokernel
LicenseGPLv2 or later[1]
Official websiteJX Project

JX is a microkernel operating system with both the kernel and applications implemented using the Java programming language.[2]

YouTube Encyclopedic

  • 1/3
    Views:
    28 540
    1 561
    5 211
  • Essae DS-852g jewelry weighing scale calibration
  • Watch How a Gear Hobbing Machine Works #mrcad
  • get os system information using java

Transcription

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 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. 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

  1. ^ "JX License".
  2. ^ Michael Golm; Meik Felser; Christian Wawersich; Jürgen Kleinöder. "JX - A flexible Java Operating System (poster)". University of Erlangen. Retrieved 2007-04-21.
  3. ^ Golm, Michael; Meik Felser; Christian Wawersich; Jürgen Kleinöder (13 June 2002). "The JX Operating System". Proceedings of the 2002 USENIX Annual Technical Conference. Monterey, CA: USENIX. Retrieved 2007-04-21.

External links

This page was last edited on 19 February 2024, at 15:07
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.