Re: [android-kernel] Re: Android Kernel Internals & HAL

2011-06-23 Thread raja pavan
(1) Android kernel has an additional set of drivers that support android runtime. (ashmem , binder, logger are necessary) These drivers are modular, so they need minimal changes to vanila android kernel. But starting point can be the linux kernel that runs on your board. Then incorporate these d

Re: [android-kernel] Re: Android Kernel Internals & HAL

2011-06-23 Thread 崔英云
>From my experience ,you should read google android reference code ; You can download source code from android git server or OEM developer website like HTC,MOTO. 2011/6/17 Nandu Ahmed > Yes, > > If someone found any doc or related material, that would be great > Cheers to everyone > > On Jun 15

[android-kernel] Re: Android Kernel Internals & HAL

2011-06-16 Thread Nandu Ahmed
Yes, If someone found any doc or related material, that would be great Cheers to everyone On Jun 15, 7:32 am, zenggongfu wrote: > i feel the same, > lack of document on android kernel. > > On Jun 7, 6:15 pm, Nandu wrote: > > > > > > > > > Hello Everyone, > > > Can someone help me to point on th

[android-kernel] Re: Android Kernel Internals & HAL

2011-06-16 Thread zenggongfu
i feel the same, lack of document on android kernel. On Jun 7, 6:15 pm, Nandu wrote: > Hello Everyone, > > Can someone help me to point on the right document or tutorial which > can help me to learn the differences between Linux Kernel and Android > Kernel with a deeper detail. > > I also want to