Relationship between a kernel and a user thread
When they say map, they mean that each kernel thread is assigned to a certain number of user mode threads. Kernel threads are used to provide privileged services to applications (such as system calls ). They are also used by the kernel to keep track of what all is running on the system, how much … Read more