Skip to content

Compiling and Running

Alessio Balsini edited this page May 25, 2014 · 3 revisions

Compiling

Reach the repository folder, then just run

make

At that point, if no error occurred, your kernel module file (.ko) is ready to be loaded.

Loading the Module

sudo insmod jobTimeViewer.ko

That's it, your module is loaded and runnig. Have fun!

Clone this wiki locally