karan geddam wrote:
Hello all,
I would like to learn the aspects of kernel by reading the kernel
source. But I am confused where to start from. Could you'll let me
know where to start off/ which file has the main function?
ciao
init/main.c is where the high level kernel initialisation routines
(written in C) start ....
Prior to these is mostly bootstrapping and bare metal initialisation of
the system (read h/w) in Assembly.
A good description is available at ..
http://www.faqs.org/docs/kernel_2_4/lki-1.html
- Mustafa.
--
______________________________________________________________________
Pune GNU/Linux Users Group Mailing List: ([email protected])
List Information: http://plug.org.in/mailing-list/listinfo/plug-mail
Send 'help' to [EMAIL PROTECTED] for mailing instructions.