Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Linux-module

This is a simple Linux kernel module written in C programming language that lists all the currently running processes in the system and their corresponding states.

  1. Execute the 'make' command to create the .ko file:
make
  1. Insert module into the kernel using insmod:
sudo insmod processmod.ko
  1. To check if the kernel module is inserted into the kernel at runtime execute the lsmod command:
lsmod
  1. The module prints its output to the kernel log. You can view this using the dmesg command:
sudo dmesg

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages