summaryrefslogtreecommitdiff
path: root/com32/lua/test
Commit message (Collapse)AuthorAgeFilesLines
* lua: simplify the function/value handling in the automenu testFerenc Wágner2014-10-131-10/+7
| | | | Signed-off-by: Ferenc Wágner <wferi@niif.hu>
* lua: move the automenu test from the boot_linux to the boot_it bindingFerenc Wágner2014-10-131-5/+18
| | | | Signed-off-by: Ferenc Wágner <wferi@niif.hu>
* lua: replace the syslinux module test with an automatic boot menu generatorsyslinux-6.03-pre6Ferenc Wágner2014-03-021-0/+152
|
* lua: add demo of the cmenu binding (the simple example)Ferenc Wágner2014-03-021-0/+34
|
* lua: import Lua 5.2.2Ferenc Wágner2014-03-0126-678/+0
| | | | | | Source downloaded from http://www.lua.org/ftp/lua-5.2.2.tar.gz. The com32/lua directory now matches exactly the source distribution, plus the various Syslinux extension modules and their documentation.
* lua: Adding CPU moduleErwan Velu2011-02-081-0/+19
|
* lua: Add .syslinux.derivative() and .syslinux.version()Gert Hulselmans2010-07-071-0/+38
| | | | | | | Add .syslinux.derivative() and .syslinux.version(). Add an example script which shows how you can use .syslinux.derivative(). Signed-off-by: Gert Hulselmans <gerth@zytor.com>
* lua: change syslinux.sleep() to seconds, syslinux.msleep() to msH. Peter Anvin2010-07-051-5/+5
| | | | | | | For consistency with just about everything else, make syslinux.sleep() count seconds, and syslinux.msleep() count milliseconds. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* UpdatedMarcel Ritter2009-10-121-0/+44
|
* COM32: lua - add vesa functions (only mode listing right now)Marcel Ritter2008-12-151-0/+11
|
* COM32: lua - basic pci functions implementedMarcel Ritter2008-12-151-0/+34
|
* COM32: lua - added dmi functionsMarcel Ritter2008-12-151-0/+21
|
* COM32: lua - added simple syslinux_run_command functionMarcel Ritter2008-12-151-0/+1
|
* Import Lua 5.1.3Alexey Zaytsev2008-07-1820-0/+510
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>