Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
A port of JamVM to run without an operating system.
This is a port of the JamVM software run on Intel hardware without any operating system. The Java interpreter runs on the bare hardware of an Intel machine. There are new class interfaces to directly access the memory of the machine, access the IO space of the machine, and other bare hardware features.
The ultimate goal of this project is to be able to run Java programs on a computer without any operating system overhead.
JamVM is a new Java Virtual Machine conforming to the JVM
specification edition 2 (blue book). It is extremely small - stripped
on PowerPC ~110K, Intel 80K. However, unlike other small VMs it
supports the full spec, inc. object finalisation and JNI.
...It is similar to ASP and JSP, but it uses JavaScript as the main scripting language. It can run on any JVM, but the main target will be Free Runtimes such as SableVM, JamVM and Kaffe.
JamVM is a compact Java Virtual Machine conforming to the JVM specification edition 2 (blue book). It is extremely small - stripped on PowerPC 150K, Intel 100K. However, unlike other small VMs it supports the full spec, inc. object finalisation and JNI.
Groom is a full Java lightweight webserver. Written in pure Java 1.4 by using only standard packages, it can thus run with Sun JRE but also with the GNU Classpath on a great number of plateforms that support java.