Displaying 1 result from an estimated 1 matches for "43ba8ff".
2014 Nov 28
2
[PATCH] Add ldisk.c32 Lua module
...akefile
+++ b/com32/lua/src/Makefile
@@ -33,6 +33,7 @@ MODULES += pci.c32
MODULES += syslinux.c32
MODULES += vesa.c32
MODULES += cmenu.c32
+MODULES += ldisk.c32
TESTFILES =
OBJS = lua.o
diff --git a/com32/lua/src/ldisk.c b/com32/lua/src/ldisk.c
new file mode 100644
index 0000000..43ba8ff
--- /dev/null
+++ b/com32/lua/src/ldisk.c
@@ -0,0 +1,103 @@
+/* ----------------------------------------------------------------------- *
+ *
+ * Copyright 2014 Paul Emmerich, First Colo GmbH - All Rights Reserved
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaini...