Skip to content

L0czek/cpuctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User land application my kernel module

This repo implements a simple service which sends voltages to set to the kernel module. The settings are obtained from an ini config file. It also provides a simple command line interface.

Building

mkdir build
cd build
cmake ..
make
sudo make install

Using

Set the necessary voltages in /etc/cpuctl/config.ini and restart cpuctl service or run sudo cpuctl --config <config file>. To show applied voltages run sudo cpuctl --show.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published