[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua in Kernel for Linux
- From: Jim <djvaios@...>
- Date: Sun, 26 May 2019 20:46:53 +0200
On 5/26/19, Pedro Tammela <pctammela@gmail.com> wrote:
> Announcing the latest version of Lua in Kernel (lunatik) for Linux. It
> supports all Linux versions from 2.6 up to 5.1 and can be loaded as a
> kernel module. The entire port can be configured by editing the
> luaconf.h to your needs.
>
> Supported architectures are:
> x86
> x86-64
> MIPS
> ARM
> ARM64
akin to NetBSD's use of Lua in the kernel:
http://netbsd.gw.com/cgi-bin/man-cgi?intro+9lua+NetBSD-current
https://www.netbsd.org/~lneto/
though i do not know whether this is a loadable kernel module in NetBSD too
or if the Lua interpreter has been directly built into its kernel instead.