[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Minios-devel] [UNIKRAFT/LIBLUA PATCH v2 0/4] Support for the Lua language



This is our intial port of the lua language to Unikraft. For now it supports
interactive mode, running a string (i.e., a script)  and running a script
from a file provided via initrd.

Changes from v1:
*) Depend on newlib
*) Fix commit history
*) Export additional symbols 

*** BLURB HERE ***

Felipe Huici (4):
  Introduce library skeleton
  Add Makefile.uk
  Add patches directory
  Export symbols

 .gitignore                                       |  27 ++
 CODING_STYLE.md                                  |   4 +
 CONTRIBUTING.md                                  |   4 +
 COPYING.md                                       |  39 +++
 Config.uk                                        |   4 +
 MAINTAINERS.md                                   |  11 +
 Makefile.uk                                      | 102 +++++++
 README.md                                        |   9 +
 exportsyms.uk                                    | 338 +++++++++++++++++++++++
 patches/0001-add-initrd-rename-entry-point.patch |  42 +++
 10 files changed, 580 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 CODING_STYLE.md
 create mode 100644 CONTRIBUTING.md
 create mode 100644 COPYING.md
 create mode 100644 Config.uk
 create mode 100644 MAINTAINERS.md
 create mode 100644 Makefile.uk
 create mode 100644 README.md
 create mode 100644 exportsyms.uk
 create mode 100644 patches/0001-add-initrd-rename-entry-point.patch

-- 
2.11.0


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.