Well,more than the JVM i'm worried about the libraries.
can i copy them or it is prohibited?
what files i need to download?
how much of the libraries needs to be written in native code?
how to port the java virtual machine to my OS?
- Griwes
- Member
- Posts: 374
- Joined: Sat Jul 30, 2011 10:07 am
- Libera.chat IRC: Griwes
- Location: Wrocław/Racibórz, Poland
- Contact:
Re: how to port the java virtual machine to my OS?
The best thing for your OS would be not to allow running Java on it - never ever.
But in case you really want this - there are few implementation of it, and no part of your question indicates you did any research about the topic before posting here...
But in case you really want this - there are few implementation of it, and no part of your question indicates you did any research about the topic before posting here...
Reaver Project :: Repository :: Ohloh project page
<klange> This is a horror story about what happens when you need a hammer and all you have is the skulls of the damned.
<drake1> as long as the lock is read and modified by atomic operations
<klange> This is a horror story about what happens when you need a hammer and all you have is the skulls of the damned.
<drake1> as long as the lock is read and modified by atomic operations
- gravaera
- Member
- Posts: 737
- Joined: Tue Jun 02, 2009 4:35 pm
- Location: Supporting the cause: Use \tabs to indent code. NOT \x20 spaces.
Re: how to port the java virtual machine to my OS?
Yo:
You would need to have a relatively well advanced kernel API probably, with support for a few odd libs, and probably also the goodwill of the developers of the JVM you want to port, since they may not necessarily have written it portably enough to be run under another kernel's userspace.
--Peace out
gravaera
You would need to have a relatively well advanced kernel API probably, with support for a few odd libs, and probably also the goodwill of the developers of the JVM you want to port, since they may not necessarily have written it portably enough to be run under another kernel's userspace.
--Peace out
gravaera
17:56 < sortie> Paging is called paging because you need to draw it on pages in your notebook to succeed at it.
Re: how to port the java virtual machine to my OS?
If I recall correctly, octavio already has a rather advanced OS.Griwes wrote:But in case you really want this - there are few implementation of it, and no part of your question indicates you did any research about the topic before posting here...
- Griwes
- Member
- Posts: 374
- Joined: Sat Jul 30, 2011 10:07 am
- Libera.chat IRC: Griwes
- Location: Wrocław/Racibórz, Poland
- Contact:
Re: how to port the java virtual machine to my OS?
How is that related to my "he appears to be someone who did no research about working open-source JVM's before posting here"?JamesM wrote:If I recall correctly, octavio already has a rather advanced OS.Griwes wrote:But in case you really want this - there are few implementation of it, and no part of your question indicates you did any research about the topic before posting here...
Reaver Project :: Repository :: Ohloh project page
<klange> This is a horror story about what happens when you need a hammer and all you have is the skulls of the damned.
<drake1> as long as the lock is read and modified by atomic operations
<klange> This is a horror story about what happens when you need a hammer and all you have is the skulls of the damned.
<drake1> as long as the lock is read and modified by atomic operations
Re: how to port the java virtual machine to my OS?
The "sod off n00b" attitude?Griwes wrote:How is that related to my "he appears to be someone who did no research about working open-source JVM's before posting here"?JamesM wrote:If I recall correctly, octavio already has a rather advanced OS.Griwes wrote:But in case you really want this - there are few implementation of it, and no part of your question indicates you did any research about the topic before posting here...