Displaying 4 results from an estimated 4 matches for "keplerproject".
2009 Jan 06
1
Web framework for embedded appliance?
Sorry for the off-topic post, but I figured someone here might know:
I''m looking for a Ruby web framework that is suitable for developing a
web service on an embedded network appliance. RAM is an issue, but
probably not as much as hard drive space. Too many requirements likely
make Rails a less than ideal candidate for this. If anyone has ideas
for what would work, any input is
2013 Oct 03
0
Automatic boot menu?
...ess anyway?
>>>>
>>>> No, there isn't any reason for that. It's just a matter of noone having
>>>> done it yet.
Please find below a proof of concept patch. The inconsistent
indentation is actually consistent with the original code at
https://github.com/keplerproject/luafilesystem/blob/master/src/lfs.c.
I'd much prefer using a core stat() implementation if at all possible
(the lfs directory iterator unfortunately does not return the entry
type), but I didn't have the wits to implement something based on
searchdir() for example... What would be the best...
2013 Aug 30
2
Automatic boot menu?
"H. Peter Anvin" <hpa at zytor.com> writes:
> On 08/29/2013 04:14 AM, Ferenc Wagner wrote:
>
>> "H. Peter Anvin" <hpa at zytor.com> writes:
>>
>>> On 08/22/2013 10:20 AM, Ferenc Wagner wrote:
>>>
>>>> Now that Syslinux has ls.c32 and lua.c32, it should be possible to build
>>>> a customizable boot menu in
2013 Oct 15
23
[PATCH 00/21] Upgrade to Lua 5.2.2, add filesystem module and get_key binding
Hi,
This series targets automatic boot menu generation, but most of it
is the Lua upgrade, because I got tired reading deprecated API docs.
It's mostly a straightforward forward port of the earlier Syslinux
specific changes to Lua 5.1, except that:
* I chose the add a stub getenv() implementation to the COM32 API
instead of #ifdefing out all the references in Lua, and
* I kept oslib