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.
- Host: GitHub
- URL: https://github.com/spyopensource/os
- Owner: sPyOpenSource
- License: gpl-3.0
- Created: 2019-07-12T12:45:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T14:45:08.000Z (12 months ago)
- Last Synced: 2025-04-04T20:12:38.803Z (10 months ago)
- Topics: java, jdk, os
- Language: Java
- Homepage: http://s55969da3.adsl.online.nl/git/index.html#item/41
- Size: 17.1 MB
- Stars: 18
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG
- Funding: .github/FUNDING.yml
- License: LICENSE
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.