Is it possible to use the Java VM as a base operating system kernal?
The reason I ask is because if I were to make a Java command prompt and the basic things to make a DOS like OS, JVM would interpret that into bytecode and then into machine code on demand.
Java has access to low level stuff, how would it be possible to use the JVM as a kernal?
I’ve read about IBM’s Virtual Machine and how it was used, why can’t we do the same with Java?