1
0

Implements tests for kernel modules

This commit is contained in:
2018-10-07 17:53:07 +00:00
parent a1eabd7df6
commit 9843778f06
4 changed files with 25 additions and 19 deletions

View File

@@ -3,6 +3,7 @@
int init_module(void)
{
printk("COOKIE!\n");
return 0;
}