[please don't top-post] On 27/07/06, Hari Prashanth <hari.prashanth@xxxxxxxxxxx> wrote:
Dear Jesper, I got your points. Please tell me from which source i should start exploring?
That would depend on what you are interrested in.
On boot time, which part of the source code actually gets executed?
arch/i386/boot/setup.S is one of the first very first bits. but, the boot code is usually not that interresting, it doesn't change much, is written in asm, not C, and the job it does is actually pretty boring. Stuff like the scheduler, memory management, network code, driver core etc is usually more interresting to look at.
Please give these information for me to start. I am quite comfortable with the applications in linux. But now i wanted to study the implementation mainly. If i can start from the source i can closely follow up with the rest of the things. I will try to contribute as much as i can to the community and linux.
Sounds good :-) -- Jesper Juhl <jesper.juhl@xxxxxxxxx> Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/