Skip to content

kenttonino/Kernel-MachInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

  • A simple Kernel Module project that display the machine information.
Screenshot from 2025-08-25 11-11-24

Setup

  • Make sure you installed the build modules necessary for your Linux Kernel version.
sudo apt update
sudo apt install linux-headers-$(uname -r)
  • Run the following commands.
# * Build the module.
make all

# * Insert the module.
make insert-module

# * View the module diagnostic message.
sudo dmesg | tail -10

# * Remove the module.
make remove-module.

# * Clean and remove the generated files.
make clean

About

A simple Kernel Module project that display the machine information.

Topics

Resources

License

Stars

Watchers

Forks