Commit Graph

7 Commits

Author SHA1 Message Date
kamil
0c8a82569b Build without installation example lua kernel module: luareadhappy 2017-04-15 18:22:35 +00:00
kamil
502c2ed2ba Add new example kernel module in Lua luareadhappy
This example presents a C module with its device (/dev entry) and its
content generator with algorithm defined in Lua state. The Lua state can
be changed dynamically from userland, without interruption of read(2) over
the device.

This is an example how to call Lua code from C.
2017-04-15 04:27:30 +00:00
pgoyette
754633894c Even though this isn't a man page, it looks like one. So sort the
SEE ALSO section accordingly.
2015-05-15 06:21:12 +00:00
pgoyette
1afdfaef97 Fix up another internal reference to renamed module, and adjust some
English grammar.
2015-05-13 22:41:48 +00:00
pgoyette
ad0c284179 Fix instructions to match reality. (I renamed the example from the
original submitter, but didn't catch all internal references.)
2015-05-13 22:37:53 +00:00
joerg
c3d5222ef6 Fix RCS ID. 2015-05-13 12:13:38 +00:00
pgoyette
14e2571904 A set of more comprehensive example kernel modules to replace our
previous single example.

These examples were provided by Kamil Rytarowski.

XXX These modules are built as part of a system build, but they
XXX are NOT installed in $DESTDIR.
2015-05-13 07:07:36 +00:00