Question: please give full solution according to the question provided with screenshots of the program 1. Write a Kernel Module that displays a message Welcome to
1. Write a Kernel Module that displays a message "Welcome to System Programming" on the load of a kernel module into the Kernel. Just log the messages. DO NOT show message onto the Kernel Console. 2. Write a Kernel Module that displays a message "Cleaning up the Kernel Module" on the exit of a kernel module from the Kernel. Just log the messages. DO NOT show message onto the Kernel Console. 3. Create a Makefile for compiling the above module. 4. Make sure to add the following details to your Kernel: a. Author details ( : ) b. Description ( Student ID > :This is Student Name's > first Kernel module) 5. Insert this Kernel module into the Kernel. 6. Verify the insertion by checking the system log. 7. Remove this Kernel module from the Kernel. 8. Verify the deletion by checking the system log. 9. VERY IMPORTANT: Provide screenshot of each step (Step 5-8). 10. VERY IMPORTANT: Provide C code along with makefile code in this word document. P.S.: For insertion and deletion messages, just create one C file with 2 separate methods
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
