tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Importing lua(4), but where in the source tree?



Hi,

From: Marc Balmer <marc%msys.ch@localhost>, Date: Mon, 7 Jan 2013 22:11:38 +0100

> 
> I want to import the lua(4) device driver, which is currently a module only, 
> which seems wrong.
> 
> Is sys/dev/lua/ a good place?

Nowadays I am playing with lua in userland.

Current lua in base userland is 5.1.5 and it seems that it lacks bitwise
operation commands.
According to Lua website, newer 5.2 have bitwise operations, bit32.band etc.

What version of Lua will be imported?
I have no idea about kernel manner, but I think Lua 5.2 is preferable
for kernel use, because bitwise operations are more important in kernel.

Thank you.

--
Ryo ONODERA // ryo_on%yk.rim.or.jp@localhost
PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3


Home | Main Index | Thread Index | Old Index