An open API service indexing awesome lists of open source software.

https://github.com/spyopensource/os

Java Operation System, it is an operating system that you can build by yourself.
https://github.com/spyopensource/os

java jdk os

Last synced: 5 days ago
JSON representation

Java Operation System, it is an operating system that you can build by yourself.

Awesome Lists containing this project

README

          

Java OS
=======

This is a Java OS project. It is a microkernel operating system. The applications is implemented with the Java programming language.
This library consist of a JDK. You can use it to build your own software for this operating system.

Build
-----
Run following command to get the source code:

git clone git://s55969da3.adsl.online.nl/jx/os.git

This is a NetBean projecct. It requires a Bytecode `Compiler `_ and a microkernel `jcore `_ to function.