An open API service indexing awesome lists of open source software.

https://github.com/jserv/dummy-driver

dummy Linux kernel module for education purpose
https://github.com/jserv/dummy-driver

Last synced: over 1 year ago
JSON representation

dummy Linux kernel module for education purpose

Awesome Lists containing this project

README

          

Test the system calls to copy data between kernel and user space

Please install kernel headers first:
```shell
sudo apt-get install linux-headers-generic
```

Usage:
```shell
$ make check
```