93
Kernel-Level Threads (KLT)
nAll thread management is done by kernel nNo thread library but an API to the kernel thread facility nKernel maintains context information for the process and the threads nSwitching between threads requires the kernel nScheduling on a thread basis
nEx: Windows NT and OS/2