0
18kviews
UNIX kernel data structure for the process
1 Answer
written 5.8 years ago by |
The kernel data structures play a vital role because they store data about the current state of the system. When a new process is created in the system, a kernel data structure is created as well that stores the details about that process. Most of the kernel data structures can …