Explain kernel-level threads.
Answers
Answered by
0
Kernel-level threads. A thread is a lightweight process that can be managed independently by a scheduler. ... A thread shares information like data segment, code segment files etc. with its peer threads while it contains its own registers, stack, counter etc.
Similar questions