π¨π½βπ»βοΈ Assignment for 'Operating Systems' subject about Linux Module
First of all, you need to compile the program, just need to use the following command (make sure that you have makefile installed in your computer):
$ make
After that, you just need to insert the module in your Linux System using the command:
$ sudo insmod processesHierarchy.ko
To see the result of the module, after installing it in your computer, you just need to use the command: dmesg