So in the book "Operating System Concepts"
"Operating systems aren't aware of user thread" are mentioned in the book.
Then who is going to do the mapping of user thread to kernel thread?
For one-to-one model, if Operating systems cannot see user level thread, how could he spawn one kernel thread when one user thread is created?
I have search and following post doesnt answer the questions.