Displaying 5 results from an estimated 5 matches for "luafilesystem".
2013 Oct 03
0
Automatic boot menu?
...t;>>>
>>>> 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 way?
Otherwi...
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
...API actually supports exit() of oslib
lua: the COM32 API does not support time()
lua: the COM32 API does not support freopen()
sys/module.h: remove the #ifdef DYNAMIC_MODULE condition
sys/module.h: fix some typos in function documentations
lua: enable dynamic module loading
lua: add the LuaFileSystem library
lua: reactivate the syslinux extension module
lua: bind get_key() in the syslinux module
lua: also reactivate the cpu, dhcp, dmi, pci and vesa extension
modules
lua: make the dmi module standalone
com32/include/dev.h | 1 +
com32/include/stdlib.h...
2013 Oct 15
0
Upgrade to Lua 5.2.2, add filesystem module and get_key binding
...f oslib
> lua: the COM32 API does not support time()
> lua: the COM32 API does not support freopen()
> sys/module.h: remove the #ifdef DYNAMIC_MODULE condition
> sys/module.h: fix some typos in function documentations
> lua: enable dynamic module loading
> lua: add the LuaFileSystem library
> lua: reactivate the syslinux extension module
> lua: bind get_key() in the syslinux module
> lua: also reactivate the cpu, dhcp, dmi, pci and vesa extension
> modules
> lua: make the dmi module standalone
>
> com32/include/dev.h | 1...
2014 Mar 02
3
pull request: upgrade to Lua 5.2.3, automatic Linux boot menu and cmenu binding
...it() of oslib
lua: the COM32 API does not support time()
lua: the COM32 API does not support freopen()
sys/module.h: remove the #ifdef DYNAMIC_MODULE condition
sys/module.h: fix some typos in function documentations
lua: enable dynamic module loading
lua: add the LuaFileSystem library
lua: reactivate the syslinux extension module
lua: bind get_key() in the syslinux module
lua: also reactivate the cpu, dhcp, dmi, pci and vesa extension modules
lua: make the dmi module standalone
lua: start of a binding module for libmenu.c32
lua: add de...