Re: [android-kernel] Reference Book

2010-02-25 Thread Prokash Sinha
You know that the kernel is Linux, so the first thing to look at is some good books and / or sites for Linux kernel. For applications, the books are for java developments ( mostly), so you can always look at delvik virtual machine docs to dig deep, but that would not help you for linux side of it.

[android-kernel] Handling repo

2009-09-09 Thread prokash
y bail out with error prok...@prokash-laptop:~/beagledroid$ repobeagle sync Fetching projects: 100% (102/102), done. Syncing work tree: 65% (65/100) fatal: reference is not a tree: b09cf8ef31b71ef84d210e028d4300473633b469 Syncing work tree: 100% (100/100), done. kernel/: leaving goldfish; does

[android-kernel] Using Git for multiple build src

2009-09-07 Thread prokash
Hi All, I'm trying to have two build trees, so that I can build both of them ... For example - 1) ~/mydroid is for the android that comes from google repository 2) ~\koolu that comes from openmoko I can build both the android and linux kernel for (1) above... Now, when I try to bring down

[android-kernel] Re: IA32 gui debugger

2009-09-04 Thread Prokash Sinha
Tell us something more of its use when someone doing android-kernel related task. -pro On Sat, Aug 29, 2009 at 10:50 AM, peter wrote: > > Hi all > Take a look my project http://code.google.com/p/peter-bochs , it is > an IA32 GUI debugger > thanks > from Peter (cmk...@hotmail.com) > > > > --~

[android-kernel] Building kernel

2009-08-29 Thread prokash
Hi All, I recently synced the whole tree, and looking at ~prebuilt/android-arm/ kernel folder... There is a file named PREBUILT that has the instruction to build the kernel... My question is that from what folder the following command should be issued to git ... git clone git://android.kernel.o

[android-kernel] Re: linux kernel tree

2009-07-25 Thread Prokash Sinha
y few months), I'm not > convinced that writing and maintaining a script would save much time > when compared to maintaining the page by hand. > > JBQ > > On Sat, Jul 25, 2009 at 8:08 AM, Prokash Sinha wrote: > > I don't claim to be an expert but would it be possible to

[android-kernel] Re: linux kernel tree

2009-07-25 Thread Prokash Sinha
oing to take more work than just removing the > kernel from the list, I'll put a work item on my todo list to review > and update that page and the rest of the site for accuracy > > JBQ > > On Sat, Jul 25, 2009 at 6:26 AM, Prokash Sinha wrote: > > Appreciate it

[android-kernel] Re: linux kernel tree

2009-07-25 Thread Prokash Sinha
into the Android tree. > > Can you point me to the document that says that the kernel source is > included? I'll update it to reflect the reality. > > Thanks, > JBQ > > On Fri, Jul 24, 2009 at 5:05 PM, prokash wrote: > > > > Hello, > > > > I'

[android-kernel] linux kernel tree

2009-07-25 Thread prokash
e for Android, but not sure where should I put this. I want to build the kernel for some specific processor, so I suppose I can drop the kernel tree on to the top dir ( as stated in the online doc about Project tree !!). Any suggestion is well appreciated tkx -pr