项目作者: vitorCamargo

项目描述 :
👨🏽‍💻✌️ Assignment for 'Operating Systems' subject about Linux Module
高级语言: C
项目地址: git://github.com/vitorCamargo/hierarchy-process-linux-module.git
创建时间: 2018-12-09T22:41:06Z
项目社区:https://github.com/vitorCamargo/hierarchy-process-linux-module

开源协议:MIT License

下载


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):

  1. $ make

After that, you just need to insert the module in your Linux System using the command:

  1. $ 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