Skip to content

Latest commit

Β 

History

History
18 lines (13 loc) Β· 580 Bytes

README.md

File metadata and controls

18 lines (13 loc) Β· 580 Bytes

Linux Module for Hierarchy and Process Counting

πŸ‘¨πŸ½β€πŸ’»βœŒοΈ Assignment for 'Operating Systems' subject about Linux Module

How to Use

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

Results

To see the result of the module, after installing it in your computer, you just need to use the command: dmesg