what about the initial process sequence while the system
boots up?
Answer / shilpa
While booting, special process called the 'swapper'
or 'scheduler' is created by the Process-ID 0. The swapper
manages memory allocation for processes and influences CPU
allocation. The swapper in turn creates 3 children: the
process dispatcher, vhand, etc...
| Is This Answer Correct ? | 3 Yes | 1 No |
How can you get or set an environment variable from a program?
write About fork()?
What are the system calls used for process management?
How to get or set an environment variable from a program?
Predict the output of the following program code main() { fork(); printf("Hello World!"); }
Explain fork() system call?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
What is the very first process created by kernel?
What is a Daemon?
About ln(linking)
What is i-node numbers?
What is daemon?