On Apr 29, 5:34 am, "ja...@work" <[email protected]> wrote: > I'm planning to porting it to a linux-kernel device, but i don't > understand if dalvik is linked directly (does it make calls to the > kernel?) to the linuxkernel or if it communicates with it ONLY through > the HAL or libraries.
The VM is a typical user space program. You can run it with "adb shell dalvikvm". The Android app framework uses it embedded in itself, using the standard JNI interfaces for doing so. --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
