Re: 答复: [android-kernel] Android Linux kernel

2010-09-20 Thread Rehmet
For Android porting, what things (libraries, kernel) that we need to modify to port on top of embedded linux? in Froyo, for example. On Sep 20, 7:15 pm, DanM wrote: > Here is a Wiki page on Android Kernel differentiation from a similar > post > > http://elinux.org/Android_Kernel_Features > > Dan

Re: 答复: [android-kernel] Android Linux kernel

2010-09-20 Thread DanM
Here is a Wiki page on Android Kernel differentiation from a similar post http://elinux.org/Android_Kernel_Features Dan On Sep 19, 10:00 pm, "Dallas Lee" wrote: > Actually bionic is not a part of Android Linux Kernel, but a replacement of > glic which is used in normal Linux. > The differences

答复: [android-kernel] Android Linux kernel

2010-09-19 Thread Dallas Lee
Actually bionic is not a part of Android Linux Kernel, but a replacement of glic which is used in normal Linux. The differences between Android Kernel and mainstream kernel are: 1. binder: used for IPC 2. Ashmem: Anonymous shared memory, used for inter-process communication 3. pmem: used for shared