Skip to content

Commit 1082530

Browse files
committed
docs: rewrite front page intro and add AI agents section
1 parent 5f46267 commit 1082530

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

website/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Java 8](https://img.shields.io/badge/Java-8-blue.svg)](https://openjdk.java.net/projects/jdk/8/)
55
[![License](https://img.shields.io/badge/License-LGPL%202.1-green.svg)](https://www.gnu.org/licenses/lgpl-2.1.html)
66

7-
**JNode** is a complete operating system written primarily in Java, with a small amount of assembly for the lowest-level hardware interaction. It includes a custom JVM, kernel, device drivers, filesystems, network stack, shell, and GUIall in Java.
7+
**JNode** is an experimental operating system written in Java. It builds its own JVM, kernel, drivers, filesystems, network stack, and GUI, and boots them on bare metal with only a few hundred lines of assembly at the very bottom. It's a platform for exploring OS design, JVM implementation, and system-level Java. This fork is developed at scale with modern AI-based, agentic methodologiesOpenCode agents resolve issues, review code, and boot-test every build.
88

99
---
1010

@@ -78,6 +78,12 @@ See [Reference](reference.md) for details.
7878

7979
---
8080

81+
## Developed with AI Agents
82+
83+
This is a fork of the classic JNode project, maintained as a living experiment in agent-driven development. GitHub Actions and OpenCode agents triage issues, implement fixes, review pull requests, update the wiki, and boot every build in QEMU before it lands. Batching is coordinated through an orchestrator workflow, with agentic skills for QEMU boot testing, JDWP debugging, and filesystem diagnosis.
84+
85+
---
86+
8187
## Community
8288

8389
- **Issues**: [GitHub Issues](https://github.com/LSantha/jnode_ai/issues)

0 commit comments

Comments
 (0)