mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [Resending] User Process and a Kernel Thread
@ 2003-03-11 17:37 Prasad
  2003-03-11 18:04 ` Jesse Pollard
  0 siblings, 1 reply; 2+ messages in thread
From: Prasad @ 2003-03-11 17:37 UTC (permalink / raw)
  To: lkml


Resending the mail...

Hi all,
	Whats the difference between the user process and a kernel thread? 
IS it possible to make the kernel thread a user process? if yes, how do we 
do that?

Prasad.

-- 
Failure is not an option



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Resending] User Process and a Kernel Thread
  2003-03-11 17:37 [Resending] User Process and a Kernel Thread Prasad
@ 2003-03-11 18:04 ` Jesse Pollard
  0 siblings, 0 replies; 2+ messages in thread
From: Jesse Pollard @ 2003-03-11 18:04 UTC (permalink / raw)
  To: Prasad, lkml

On Tuesday 11 March 2003 11:37 am, Prasad wrote:
> Resending the mail...
>
> Hi all,
> 	Whats the difference between the user process and a kernel thread?

Kernel process/thread has access to all hardware capability. No security can 
be envorced.

User process is limited to the memory the kernel allocates to the process. No
direct device access, no access to all system resources. All hardware access
is mediated by the kernel. Some privileged operations can be delegated to a
user process (see X server running without frame buffer support).

> IS it possible to make the kernel thread a user process?

No

>if yes, how do we
> do that?
>
> Prasad.

-- 
-------------------------------------------------------------------------
Jesse I Pollard, II
Email: pollard@navo.hpc.mil

Any opinions expressed are solely my own.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-03-11 17:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-11 17:37 [Resending] User Process and a Kernel Thread Prasad
2003-03-11 18:04 ` Jesse Pollard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®