Computer Science, asked by mahuyaghosal9427, 11 months ago

What are the issues involved in preempting the Linux kernel?

Answers

Answered by Student213
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