-
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
X. Wang edited this page Jul 26, 2026
·
12 revisions
Welcome to the os wiki!
This is a Java OS project. It is based on JX project. It is a GenAI based self evolving operating system.
Run following command to get the source code:
git clone git://s55969da3.adsl.online.nl/jx/os.git
This is a NetBeans project. It requires compiler and jcore.
This project is a dedicated Java Operating System built on top of the jcore microkernel architecture. Its primary goal is providing the foundational environment (the zero core) and a minimal Java Development Kit (JDK) necessary for running Java applications natively. Core OS services, such as the Memory Manager for resource handling and the Buffer Cache for optimizing I/O operations, are essential components accessed through a central Naming Service.
flowchart TD
A0["JX Microkernel Interface
"]
A1["Memory Manager
"]
A2["Cache for Disk
"]
A3["Minimal JDK
"]
A4["Initial Naming Service
"]
A0 -- "Hosts Service" --> A4
A4 -- "Look up Service" --> A1
A2 -- "Requests Allocation" --> A1
A0 -- "Supports Runtime" --> A3
A3 -- "Provides Base Utility" --> A2
Join us on: Discord or Git Server