Skip to content

laudominik/lkms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Some kernel modules

# Installing dependencies on Void
$ sudo xbps-install linux-headers`

# Building
$ make
the modules will be under output/

# Insert
$ sudo insmod output/<module>

# Remove
$ sudo rmmod <module>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors