Mulyadi Santosa wrote:
Hi On Fri, Mar 28, 2008 at 12:02 PM, ravikumar <ravikumar.vallabhu@xxxxxxxxx> wrote:Hi all, As for every program there will be start function( ie main). What is the starting function for kerenl process , ie similarly main().other than start_kernel() ... you should be aware that in general kernel is not "started", but triggerred by entry points such as traps, interrupts, exception and such. regards, Mulyadi. For thus purpose only i asked the start_kernel() function from which i wanted to see the flow using the uml kerenl. Any way thanks for all. Regards, Ravikumar |