To "activate" our code, we added the new flag to the kernel configuration file - .config -
by adding CONFIG_TESTMACH=y to it. In the first stage, this solution allows you a quick
way to find the code you changed, but later the flag you chose will allow you to add your code into the
kernel tree and into the configuration program (make xconfig).