Describe the initial process sequence while the system
boots up?
Answer Posted / sunil negi
–Hardware Boot
–Read boot block (block 0) and load to memory
–Transfer control to kernel
–Kernel initialization
–Mount the root file system on / and create
environment for process 0
–Process 0 invokes process 1(init process)
–init process invokes process getty
–gettyinvokes login
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Which ipc is the fastest in unix?
What are two different models of ipc differentiate both?
Explain a zombie?
What is the condition required for dead lock in unix system?
What is ln(linking)?
What are the various schemes available in ipc?
Please explain fork() system call?
Explain the advantage of executing a process in background?
Explain linking across directories?
Explain what are the system calls used for process management?
Tell me set-user-id is related to (in unix)?
What are the various schemes available?
Which ipc is faster?
Explain how do you execute one program from within another?
What is fork()?