Thank you, Anil.
Yes, my SDK is m5-rc14. I'm reviewing relevant files(futex.c,
process.c, fork.c etc). But I can't guarantee I understand all of
them. Is there a working patch against older kernels available? At
least it can be used as a reference.
Best Regards,
Alvin Cao
On Mar 17, 4:18 pm, "Anil Sasidharan" <
anil...@gmail.com> wrote:
> Hi,
>
> If your trying to port the latest SDK m5-rc14, then
> drivers/binder is obsolete, the binder module has been moved to
> drivers/android/binder.c. Also the low-memory-killer is optional.
>
> Essentially you need to port the following modules.
>
> 1. Power
> 2. Alarm
> 3. Binder
> 4. Log
>
> Also there are couple of kernel files modified to support Android
> (like futex.c, process.c, fork.c etc)
>
> Warm Regards,
> Anil
>
> 2008/3/17 kojiran <
koji...@gmail.com>:
>
>
>
> > Hi.
>
> > You should port low memory killer and Open Binder.
>
> > Please refer to the following links.
> >
http://d.hatena.ne.jp/bs-android/20080310
> > This blog shows porting Android to 2.6.18 on Armadillo-500.
> > Patch file ishttp://
brilliant.android.googlepages.com/android4-linux-2.6.18at3.tar...