What are the issues involved in preempting the Linux kernel?
Answers
Answered by
0
The problem that preemption points are addressing is the non-reentrant nature of the Linux kernel. In Linux, a thread is executed in the kernel mode when the thread issues a system call or when there is an interrupt. In both cases, CPU will be held by this thread until the thread leaves the kernel mode
Similar questions
History,
6 months ago
English,
6 months ago
Computer Science,
1 year ago
Biology,
1 year ago
Math,
1 year ago