Skip to content

PrescienceLab/hbc-kernel-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heartbeat Kernel Module

Must be tested on: Linux 5.15.0-73-generic (Ubuntu 22.04.3 LTS)

To build and insert module:

$ make kmod
$ sudo ./insmod.sh

The artifact setup uses the following command to determine whether to enable kernel module support for Figures 7 and 9. Feel free to use this as a sanity check:

if [[ -e /dev/heartbeat && `uname -a | grep 5.15.0-73-generic` ]] ; then
  echo "heartbeat kernel module successfully loaded!" ;
else
  echo "heartbeat kernel module not detected" ;
fi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published