KERNEL-LEVEL THREADS (KLT)
In this level every thread management is done by kernel .No thread library except an API system calls to the kernel thread facility exists. The kernel maintains context information for the threads and the process, switching among threads requires the kernel Scheduling is performed on a thread basis.