Hmm... Well, could you run Java without its interpretor? I doubt it because Java is not that low level language...
Taywin
Posting Virtuoso
1,727 posts since Apr 2010
Reputation Points: 229
Solved Threads: 239
If you just wanted to test it out you could make a desktop os like running XP in a VM. It would involve all of the difficulties of making it boot up os, but it would still be impressive. Then later you would only need to make minor changes to make it boot up.
sirlink99
Practically a Master Poster
661 posts since Oct 2010
Reputation Points: 45
Solved Threads: 19
As a practical matter, it can't be 100% Java. There needs to be some kind of bootstrap or microkernel for the lowest level stuff to build upon. But one can make an operating system that is nearly all Java. (Well hey; Unix/Linux is/was *mostly* C.)
wrong. It can be done if you pick or design the right hardware (effectively you'd be implementing the JVM microkernel in hardware, this has been done) :)
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
Everyone gave up on Java ME, and moved on to the Dalvik VM on Android.
The necessity for JME pretty much evaporated on the mobile phone market as phones got more powerful to the point where they can now run full JSE virtual machines, not because Google came out with Android.
There's still a niche market for JME on things like pagers and smartcards.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
How could you get the program to boot on startup (when the computer is turned on)? Also would there be a way to make the OS be able to read from an assigned partition only?
This if the OS that I will hopefully create, but it is useful to everyone and the OP, which is why I did not start a new thread.
sirlink99
Practically a Master Poster
661 posts since Oct 2010
Reputation Points: 45
Solved Threads: 19