Skip to content

Linux Kernel Driver for exchanging data between Kernel and Userspace.

Notifications You must be signed in to change notification settings

Dexmos/KernelDriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KernelDriver

The goal of this project is to exchange data (like char*, struct...) between Userspace and Linux-Kernel.

How to try - Linux

Use this command line to compile and create a device file:

make all

To test the driver with myTest.c :

sudo ./myTest

Don't forget to unload the driver and remove the device file using :

make fclean

Must read to make it work

You may have to change the MAJOR variable from Makefile to compile and make it work.

Makefile variables.

You can find your MAJOR number at the first compilation using make all :

About

Linux Kernel Driver for exchanging data between Kernel and Userspace.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages