Question: Example list of List Kernel Modules that you can pick for the activity are as follows: a ) Character Device Driver: Implement a simple character
Example list of List Kernel Modules that you can pick for the activity are as follows:
a Character Device Driver: Implement a simple character device driver that allows
reading from and writing to a device.
b System Call Logging: Implement a simple kernel module that logs calls to
specific system calls eg open close without extensive tracing.
c Kernellevel process tracer: Create a module that can attach to a running process
and log its system calls.
d Process information and tree display: Create a module that provides detailed
information about running processes and displays the process tree, showing
parentchild relationships.
e Priority boost mechanism: Implement a module that can temporarily boost
process priorities.
f RoundRobin Scheduler: Implement a basic RoundRobin scheduler in the Linux
kernel.
g Fork and exec demonstration: Write a program showcasing the use of fork
and exec system calls with proper error handling and process waiting
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
