On Jun 2, 4:18 am, Xmen1 <ankitmittal...@gmail.com> wrote:
> Can somebody please tell me whether it is possible to port Dalvik VM
> on operating system other then LINUX?
> What all support is required from the OS?
> Please share some information about this.

POSIX-compliant libc and a reasonably full implementation of pthreads
should mostly do the trick for the VM runtime.  You'll need to replace
ashmem calls with a more generic mmap, and it gets a little weird in
the zygote launch.

You also need to port all of the stuff in "external" that the core
libraries need.  You should be able to resurrect the "configure"
scripts for those.

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to