Displaying 2 results from an estimated 2 matches for "f3625e1".
Did you mean:
f352c5e1
2013 Oct 03
0
Automatic boot menu?
...Port the read-only part of the LuaFileSystem File System Library to lua.c32.
The implementation of lfs.attributes required simulating stat() via fstat(),
which -- besides being ugly -- reduced functionality further.
diff --git a/com32/lua/src/Makefile b/com32/lua/src/Makefile
index f3625e1..3c6a529 100644
--- a/com32/lua/src/Makefile
+++ b/com32/lua/src/Makefile
@@ -44,6 +44,7 @@ LIBLUA_OBJS += cpu.o
LIBLUA_OBJS += pci.o
LIBLUA_OBJS += vesa.o
LIBLUA_OBJS += dhcp.o
+LIBLUA_OBJS += lfs.o
CFLAGS += -DLUA_ANSI
diff --git a/com32/lua/src/lfs.c b/com32/lua/src/lfs.c
new file mode 1...
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