tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: [ANN] Lunatik -- NetBSD kernel scripting with Lua (GSoC project results)
On Tue, Oct 12, 2010 at 3:47 AM, Alan Barrett <apb%cequrux.com@localhost> wrote:
>
> [cross-posting removed]
>
> On Tue, 05 Oct 2010, Lourival Vieira Neto wrote:
>> We've created the support for scripting the NetBSD kernel with Lua,
>
> Instead of using "long long" as the C data type for Lua variables, I
> suggest using int64_t (which is the same size on all existing and future
> platforms), or intmax_t (which is the largest available type on any
> particular platform). "long long" has neither of these attributes.
>
> --apb (Alan Barrett)
>
Hi Alan,
You're right! I'll change it.
--
Lourival Vieira Neto
Home |
Main Index |
Thread Index |
Old Index