Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Nhqml/version-lkm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author: Kenji Gaillac

PREREQUISITES
=============

Kernel headers and GCC must be installed.
You must obviously be root to load the LKM.


COMPILATION
===========

`make` will compile the LKM
`make test` will compile the tests

TESTING
=======

```bash
make && make test # Compile everything
sudo insmod version.ko # Load the LKM
sudo ./test # Run the tests
sudo rmmod version # Unload the LKM
```

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published