Re: Hi



Rainer Weikusat wrote:
"just....rahul" <cool.rahulkashyap@xxxxxxxxx> writes:
What is the difference b/w a user process and a real time process ?
How is a real time process defined ?

The term 'user process' is tautologic: Every 'process' is something
which runs a 'user-mode' (as opposed to 'kernel-mode') application.

What, then, is the difference between a process which is marked as such:
root 2 ... [kthreadd]

and one which is marked as such:
root 1 ... /sbin/init

Agreed, the first is usually termed a "kernel-thread", having no user-land address space and being able to access kernel data structures, but it is still a process, gets scheduled and may be interrupted/rescheduled.

--
These are my personal views and not those of Fujitsu Siemens Computers!
Josef Möllers (Pinguinpfleger bei FSC)
If failure had no penalty success would not be a prize (T. Pratchett)
Company Details: http://www.fujitsu-siemens.com/imprint.html
.



Relevant Pages

  • Re: whether a driver is running in user- or kernel- mode
    ... You can definitely have user-mode libraries without GDI. ... I've viewed the DLL with Dependency Walker, ... relevant to user-mode or kernel-mode DLLs or libraries that it's ... it does run in usermode. ...
    (microsoft.public.development.device.drivers)
  • Re: Inline assembler reference
    ... stuff that user-mode programmers are not even supposed to know about. ... for both kernel-mode and user-mode code ... couldn't do a proper optimization due to skill and design flaws. ... But the real point here is that all the compiler vendors making x64 ...
    (microsoft.public.win32.programmer.kernel)
  • Re: whether a driver is running in user- or kernel- mode
    ... You can definitely have user-mode libraries without GDI. ... I've viewed the DLL with Dependency Walker, ... relevant to user-mode or kernel-mode DLLs or libraries that it's ...
    (microsoft.public.development.device.drivers)
  • Re: whether a driver is running in user- or kernel- mode
    ... I'm having trouble regarding this area. ... observing the behaviour on DrvQueryInfo callbacks? ... running in user-mode as shown inhttp://msdn.microsoft.com/en-us/library/ms801104.aspx. ... in user-mode or kernel-mode? ...
    (microsoft.public.development.device.drivers)
  • Why use copy_from_user/copy_to_user ?
    ... I misunderstood that one physical memory might have different ... user-mode VA and kernel-mode VA and that's why the system call should ...
    (comp.os.linux.development.system)