JX is a microkernel operating system with both the kernel and applications implemented using the Java programming language.
JX is implemented as an extended Java virtual machine (the JX Core), adding support to the Java system for necessary features such as protection domains and hardware access, along with several components written in Java that provide kernel facilities to applications running on the computer. Because Java is a type-safe language, JX can provide isolation between running appli...
Processing is coded in java and needs java to function so the only way to create an operating system in processing would be to create one in java and then add processing.
There’s a github repo to jx if you want to try it
6 Likes