Advertisement
Guest User

Untitled

a guest
Mar 28th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Preemption Model
  2. 1. No Forced Preemption (Server) (PREEMPT_NONE)
  3. > 2. Voluntary Kernel Preemption (Desktop) (PREEMPT_VOLUNTARY)
  4. 3. Preemptible Kernel (Low-Latency Desktop) (PREEMPT)
  5. 4. Preemptible Kernel (Basic RT) (PREEMPT_RTB) (NEW)
  6. 5. Fully Preemptible Kernel (RT) (PREEMPT_RT_FULL) (NEW)
  7. choice[1-5]:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement