Hi.
> i am analysizing the init progress of linux boot from the very
> beginning. after the boot/bootsect.s, boot/setup.s, init/main.c,
> i find the next step is execute the file etc/init (according the file
> inittab).
> but i do not where to get the source code of etc/init. can anyone
> tell me? thanks in advance.
That depends on the type of init you want to use for your system. Most
Linuxes use System V Init-style, which is implemented for example in
Miquel van Smoorenburg´s sysvinit package. You may get it at
http://www.ibiblio.org/pub/Linux/system/daemons/init/. Another source
for a slighlty smaller (but not fully blown) init would be busybox,
which you can find at http://busybox.lineo.com.
Bye, Mike
--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.