[android-porting] Re: How does Android init work?

2009-05-25 Thread David Turner
You could try reading the documentation that comes with the sources: http://android.git.kernel.org/?p=platform/system/core.git;a=blob;f=init/readme.txt;h=665090bad7dfdc93112f9fe13261095dcef5d3e4;hb=7be77b5ba8ae21dad91019a02bc2c5d38dba081f On Fri, May 22, 2009 at 5:00 AM, neilnguyen_2...@yahoo.co

[android-porting] Re: How does Android init work?

2009-05-23 Thread cf
hardware, and I got an "Illegal Instruction".  Maybe, you > can clarify how I should start the build process first then going to the > detail of how to debug the Android bringup/init. > Neil > > --- On Thu, 5/21/09, wueyuan wrote: > > > From: wueyuan > > S

[android-porting] Re: How does Android init work?

2009-05-23 Thread Neil Nguyen
you can clarify how I should start the build process first then going to the detail of how to debug the Android bringup/init. Neil --- On Thu, 5/21/09, wueyuan wrote: > From: wueyuan > Subject: [android-porting] Re: How does Android init work? > To: android-porting@googlegroups.com &

[android-porting] Re: How does Android init work?

2009-05-22 Thread wueyuan
Dear Neil, Maybe you can take a glance at "system/core/init/init.c", as you have the android source code. eason On Thu, 2009-05-21 at 20:00 -0700, neilnguyen_2...@yahoo.com wrote: > Dear all: > > Please bear with me, I am not an expert here. > First of all, I have linux 2.6.27 downloade

[android-porting] Re: How does Android init work?

2009-05-22 Thread Johnny Song
hi, I think you can start with the init process in Android. $(TOP)/system/core/init/init.c is the source of init and this process I believe is the 1st process when system booting. init will mount fs, make dev node and initialize the property of android, etc. hope that can help! [?] Best Regard