-
Notifications
You must be signed in to change notification settings - Fork 0
Home
X. Wang edited this page Nov 15, 2019
·
40 revisions
Welcome to the jcore wiki!
This is a Java OS microkernel project. It is written in Assembly, C and Java. It is implemented as an extended Java virtual machine, 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.
Run following command to get the source code:
git clone git://s55969da3.adsl.online.nl/jx/jcore.git --recursive
This is a NetBeans project. It requires Java bytecode compiler.