Re: [android-kernel] Re: creating new processes insternals

2010-05-08 Thread Dianne Hackborn
On Sat, May 8, 2010 at 3:52 PM, Vesmar wrote: > So on Android the "" process will tell to the zygote process to > sys_clone (thread, fork or vfork?) and then the new zygote process > will load the "" using the "" syscall. Does this new zygote > will load a new dalvik image or just use

[android-kernel] Re: creating new processes insternals

2010-05-08 Thread Vesmar
Thank you guys! Yes, I understand Android App are JAVA programs interpreted by Dalvik VM. But I m trying to find a relation between the App point of view (JAVA Apps, framework components, activities, services,..) vs. kernel point of view (processes and threads). For this job I have modified the And