OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Apr 18, 2024 7:43 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Kernel threads
PostPosted: Wed Mar 21, 2001 12:00 am 
A not too smart question (as always... :) Kernel threads - how should they be implemented, as normal user level tasks with high privileges, kernel level tasks or what ?


Top
  
 
 Post subject: RE:Kernel threads
PostPosted: Thu Mar 22, 2001 12:00 am 
>On 2001-03-21 14:53:21, Thomas wrote:
>A not too smart question (as always... :) Kernel
threads - how should they be implemented, as
normal user level tasks with high privileges,
kernel level tasks or what ?
<<<<

Well, the nature of the thread is that it is a
"sub-task".

It is simply a second stack and state that operates
within the same "context". It has the same PID/Files/memory
as other threads...

The low level details of this are quite ugly on the
x86...


Top
  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: Bing [Bot] and 85 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group