Am 26.11.13 02:50, schrieb Lourival Vieira Neto:
> Hi Folks,
> 
> Here is a patch that puts some Lua standard libraries into the kernel:
> 
> - Auxiliary library (C API);
> - Base library;
> - String library;
> - Table library.

In the kernel, Lua states are created empty _on purpose_.  So the Lua
standard library should be a module (or modules) in kernel space.

Whether all standard libraries should be one module, or rather multiple
kernel modules, is to be discussed.

But please don't load the automatically.


Reply via email to