User-Level Threads
(ULT)
ä The kernel is not aware
of the existence of
threads
ä All thread management is
done by the application
by using a thread library
ä Thread switching does
not require kernel mode
privileges (no mode
switch)
ä Scheduling is application
specific