https://github.com/luainkernel/poc-driver
PoC driver for lunatik tests
https://github.com/luainkernel/poc-driver
Last synced: 12 months ago
JSON representation
PoC driver for lunatik tests
- Host: GitHub
- URL: https://github.com/luainkernel/poc-driver
- Owner: luainkernel
- Created: 2018-05-10T12:52:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-21T16:32:13.000Z (almost 7 years ago)
- Last Synced: 2025-01-13T03:32:36.766Z (about 1 year ago)
- Language: C
- Size: 7.81 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# poc-driver - Linux kernel driver for lunatik
## Compiling
Run `make`.
## Usage
Loaded driver usage:
Example script helloworld.lua:
```
print("Hello, World!")
```
Terminal:
```
cat helloworld.lua > /dev/luadrv
```
check dmesg