Skip to content

A loadable kernel module that creates a pseudo device which maintains a key-value store in the kernel and allows different processes to share data by accessing this device.

Notifications You must be signed in to change notification settings

akulkar4/KeyValue-DeviceDriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KeyValue-DeviceDriver

A loadable kernel module for Ubuntu that creates a pseudo device which maintains a key-value store in the kernel and allows different processes to share data by accessing this device.

Directions to compile

  1. Clone the repo.
  2. Change to the library & kernel module directory to compile the library and load the module
  3. Include keyvalue.h to access the device by means of the library functions.

About

A loadable kernel module that creates a pseudo device which maintains a key-value store in the kernel and allows different processes to share data by accessing this device.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published