How does the Linux System Runtime work,
There are a lot of *.c,*.h file and a lot /*dirs....
What is happening during the system runtime.
Linux System Runtime
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:Linux System Runtime
basically, the kernel first initializes itself and then launch the INIT process ... Once this is done, all the kernel do is responding to interrupt requests, either from the hardware or from software (system calls).
If you need more in-details comprehensive explanations, i suggest "Linux Kernel Programming" book (check the 'book recommendation thread for the correct title )
If you have a more specific question feel free to ask, but your current question sounds much like "how do an human body work ?"
If you need more in-details comprehensive explanations, i suggest "Linux Kernel Programming" book (check the 'book recommendation thread for the correct title )
If you have a more specific question feel free to ask, but your current question sounds much like "how do an human body work ?"