Welcome to our website
To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.
Defining Task (Process) Structure in Linux Kernel
Posted by Philipp Esselbach on: 04/09/2006 10:23 PM [ Print | 0 comment(s) ]
OSWeekly.com has posted a new article: Defining Task (Process) Structure in Linux Kernel
A computer process is a running instance of a program, including all variables and other states, or simply it’s defined as a program in execution. Now we will see how this task or process is implemented in Linux kernel. The description of the characteristics of a process is given in the structure task_struct.
Defining Task (Process) Structure in Linux Kernel
