Skip to content

FreyKernel/mini_top

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

mini top command in kernel-level

This repository contains simple kernel-level programming exercises written in C.
It is designed for beginners to explore Linux kernel modules, basic system calls, and low-level programming concepts.

Usage

  1. Clone the repository:
git clone https://github.com/FreyKernel/mini_top
cd mini_top
  1. Compile a kernel module (example):
make
  1. Insert the module into the kernel:
sudo insmod mini_top.ko
  1. Check kernel messages:
dmesg | tail
  1. Remove the module when done:
sudo rmmod mini_top

Enjoy It!

About

minimal top but a kernel module

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published