Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OS in Java?

Status
Not open for further replies.

Dannybe2

Programmer
Jan 31, 2001
136
0
0
GB
Hi,

I am trying to write a simple operating system in java with terminal polling, microkernel, etc. Would anyone be able to point me in the right direction, either an existing simple os I could look at, or merely some assistance in how to go about it, I don't really know where to start?

Thanks
 
Java needs a JVM to get executed. JVM needs an OS, so you will need to build an OS in the top of another OS.

Cheers,
Dian
 
Hmmmm...a bootstrap JVM. Very interesting and unexplored concept. It would be possible, although difficult, to write a JVM/OS launcher hybrid that could be launced from the BIOS and a corresponding Java OS. I just dunno what the point would be...w/ Java you're looking for platform independence, not a platform itself =/
 
you don't need a jvm just buy a sun and run it on that sun's run java natively

Amos
Computer Science
U of MO - Rolla
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top