Kernel executes the first process when system starts

Ans :- init();
This question is related to BirlaSoft Interview

Showing Answers 1 - 3 of 3 Answers

ramkrsingh

  • Aug 25th, 2012
 

In Linux perspective a system start up flow of control is as follows:
1. BIOS :- Performs basic power on test which initializes CPU, RAM, had disk, mouse, keyboard, video display etc.
2. Boot Loader :- Loads operating system and calls start_kernel().
3. Kernel :- Runs the first user-space program init().

init() is called the mother of all processes, since this calls all other processes.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions