Kernel is the layer of interface to Core hardware. Kernel
function calls System call.
- System initialization (memory space, address initialization)
- Execution of the process creation system calls also cause process creation (Exec() – once running as a process, user program can invoke the system call – Exec to create a new child process executing another user program.)
- User request to create a new process (i.e. fork())
- Initiation of batch job creates new process
No comments:
Post a Comment