rheise.os is a free operating system designed to run Java software.
At the moment, rheise.os must be run on top of an existing Java Virtual
Machine (JDK 1.1 or higher). In the future, rheise.os will include its
own JVM with special support for Java processes.
The purpose of this distribution is to provide a working configuration of rheise.os. It includes two essential programs: a sysv-style init program, and a command-line shell.
There is no equivalent Windows script, but it should be possible to manually configure the CLASSPATH to match host.sh.
Once rheise.os is started, it should boot into the shell. The shell supports the following commands: ls, cd, env, set, whoami, ps, pid, kill, pipe and shutdown. It will also execute any fully qualified class name given. An optional " &" (note the space) may be appended to a command to cause it to be run in the background.