Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. JX is a microkernel operating system with both the kernel and applications implemented using the Java programming language.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 ha ...Full description
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. JX is a microkernel operating system with both the kernel and applications implemented using the Java programming language.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.