Lunatik is a framework for scripting the Linux kernel with Lua. It is composed by the Lua interpreter modified to run in the kernel; a device driver (written in Lua =)) and a command line tool to load and run scripts and manage runtime environments from the user space; a C API to load and run scripts and manage runtime environments from the kernel; and Lua APIs for binding kernel facilities to Lua scripts.
Features
- Floating-point numbers
- Lunatik 3.4 is based on Lua 5.4 adapted to run in the kernel
- Documentation available
- Lua API
- Lunatik Lua APIs
- Examples included
