I am using Ubuntu.
I have tried to code but am getting lot of errors.
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/fs.h>
//#include <linux/stdio.h>
//#include <stdlib.h>
//#include<linux/cdev.h>
//#include <linux/uaccess.h>
//#include <stdio.h>
//#include...
I am trying to make linux kernel module to read two files and match data between them. I am unable to do so because of syntax as well as header library problems.
Can you please provide me a code which can help me to complete this task ASAP.