This Text Provides An Insight Into The Embedded Linux Boot Process
This Text Provides An Insight Into The Embedded Linux Boot Process
Part-A provides the mechanism to copy the Kernel into RAM. And Part-B processes the
invoked Kernel to start the OS. Overall summary of each part is expressed below. You will
have to refer the textbook and other provided material for details of each point listed in Part
A and B.
..................................................................................................................................................
PART-A
....................................................................................................................................................
..................................................................................................................................
PART-B
......................................................................................................................................
[Now We have set up the run time environment for the code to be executed next]
[With above set up, we are now ready to execute a general C Code. Till now we only
executed asm routines.]
[ The above code is being executed by swapper process, the one with pid 0]
(h) The Init Process
- FORK INIT PROCESS
- Init process is with pid 1
- Invoke Scheduler
- RELINQUISH CONTROL TO SCHEDULER