Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 233 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 233 Bytes

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