This commit is contained in:
Ciro Santilli
2017-05-14 11:59:32 +01:00
parent 67f669487e
commit b366bac0c5
5 changed files with 34 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ Hello world module.
#include <linux/module.h>
#include <linux/kernel.h>
MODULE_LICENSE("GPL");
int init_module(void)
{
printk(KERN_INFO "hello init\n");