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

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

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