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
- Host: GitHub
- URL: https://github.com/jserv/dummy-driver
- Owner: jserv
- Created: 2015-03-11T04:22:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-11T04:22:54.000Z (over 11 years ago)
- Last Synced: 2025-04-22T22:57:05.057Z (over 1 year ago)
- Language: C
- Size: 102 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```