In MP1 you will implement a system call related to processes
in the Linux kernel. In doing so, you will become familiar with the
task_struct data structure in Linux. You will also
become familiar with the doubly linked listed used pervasively for
storing various information about the state of the system.
Also, make sure you read the "Guide to Testing a Kernel".
|