Skip to content

dufellipeR/seconds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

seconds

A simple linux kernel module that reports the number of elapsed seconds since the kernel module was loaded.

To compile: make

To load compiled module: sudo insmod seconds.ko

To check kernel log buffer: dmesg

read module

To read the module report: cat /proc/seconds

To remove the kernel module: sudo rmmod seconds

About

A simple linux kernel module that reports the number of elapsed seconds since the kernel module was loaded.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors