Displaying 20 results from an estimated 100000 matches similar to: "Testing Lua"
2009 Oct 20
0
Antw: Testing Lua
>>> Erwan <erwan at seanodes.com> schrieb am 10/19/2009 um 10:11 PM in Nachricht
<4ADCC807.6090700 at seanodes.com>:
> Hey Marcel,
Hi Erwan,
> I'm in the process to test your lua branch.
> I was wondering what is the current state of it.
You can pull the current state from here:
git pull git://linux.rrze.uni-erlangen.de/syslinux.git luaext
The current
2010 Jul 04
1
Merge LUA branch of Marcel Ritter
Since Syslinux 4.01-pre2, lua is the master branch. This lua.c32 moudule
doesn't support much.
There is a much recent lua.c32, made by Marcel Ritter's:
http://syslinux.zytor.com/archives/2009-October/013383.html
The last time he wrote about the state of his lua branch:
============================================================
The current state is:
- VESA:
- switching to vesa mode
2008 Dec 10
1
[PATCH 1/2] COM32: lua - add syslinux library
Hi,
the attached patch adds a new call to lua (patch is against latest lua
branch):
syslinux.run_command(...)
It's just a little glue to call syslinux_run_command() from lua. Other
syslinux
functions should be easy to add.
usage:
syslinux.run_command("memdisk initrd=/dos/BIOS/FSC-P7935-108.img raw")
Bye,
Marcel
-------------- next part --------------
A non-text attachment
2010 Jul 09
0
NEWS: correct credit for new Lua work.
Op 20100709 om 02:05 schreef syslinux-commits-owner at zytor.com:
> Message rejected by filter rule match
>
I don't know why it rejected,
this E-mail is to get the NEWS file updated.
> From: Geert Stappers <stappers at stappers.nl>
> To: syslinux-commits at zytor.com
> Subject: Re: [syslinux:master] NEWS: correct credit for new Lua work.
> Date: Fri, 9 Jul 2010
2008 Dec 12
4
[PATCH 1/1] COM32: lua - enable (parts of) liolib
Hi again,
the attached patch (re-)enables parts of lua's liolib.c, especially
io.write() for formatted output (similar to printf() ):
Example:
-- define printf() function
printf = function(s,...)
return io.write(s:format(...))
end -- function
printf("Hallo, this is hex %04x\n", 64321)
Bye,
Marcel
-------------- next part --------------
A non-text
2008 Dec 10
0
[PATCH 2/2] COM32: lua - add dmi library
Hi again,
this is the second part of the patch extending lua. This time it adds
the dmi functions (com32/modules/dmi*) to lua:
dmi.supported(): returns true if DMI is supported
dmi.gettable(): returns array of key, value pairs containing system info
Sorry, but this patch does not apply cleanly if [PATCH 1/2] was applied
before. There's just one line to fix in com32/lua/src/linit.c
2008 Dec 12
0
[PATCH 1/1] COM32: lua - add pci library
Back again,
the included patch adds pci functions from com32/modules/pcitest.c to lua.
Example:
-- get device info
pciinfo = pci.getinfo()
-- get plain text device description
pciids = pci.getidlist("/pci.ids")
-- list all pci busses
for bind,businfo in pairs(pciinfo) do
print("Bus: " .. bind .. " Devices:")
-- list all devices on bus
for dind,device in
2013 Dec 13
0
[syslinux:firmware] version: Bump version & Lua
On 12/12/2013 12:31 AM, Ferenc Wagner wrote:
>
> Shall I rebase it to the current firmware head?
>
> Also, 5.2.3 was released a couple of days ago. It's a bugfix release.
> I made it into a sepearete commit (pushed).
>
> Better default Lua paths (source and binary) would be useful. Shall I
> mirror the Syslinux PATH at initialization, or use some static value?
>
2010 Aug 09
3
Lua.c32 wiki page
Hi,
I have been experimenting a bit with lua.c32 and I have created a small
lua.c32 wiki page at:
http://syslinux.zytor.com/wiki/index.php/Lua.c32
With my minimal knowledge about Lua (and the inconvenience of not being
able to copy&paste or edit scripts) I discovered that the dmi module has 2
functions (supported, gettable) and a syslinux module with 1 function
(run_command).
Do we
2011 Mar 21
1
LUA scripting in syslinux
Hi,
Can we for syslinux 4.05 look to improve the LUA scripting functionality ?
Functionality we are looking for is:
- accessing filesystem (ext2, fat)
- alternatively, access network services (tftp, ftp, http)
- creating menu's from LUA
- alternatively, generating and reloading syslinux.cfg
The use-case would be to create a lua-script that, on boot, can scan eg. a
2014 Oct 24
0
[PATCH][git-pull] lua: fix broken bindings, switch to using methods, document things
On Mon, Oct 13, 2014 at 12:53:43PM +0200, Ferenc Wagner wrote:
> The following changes since commit 81ad566f155fac31089fde69c87059b217e7e9b6:
>
> NEWS: Update for 6.03 release (2014-10-06 09:27:44 -0700)
>
> are available in the git repository at:
>
> https://github.com/wferi/syslinux/ pub
>
> for you to fetch changes up to
2013 Dec 12
3
[syslinux:firmware] version: Bump version & Lua
"H. Peter Anvin" <hpa at zytor.com> writes:
> On 12/11/2013 11:52 AM, Geert Stappers wrote:
>
>> Op 2013-12-11 om 02:09 schreef syslinux-bot for Matt Fleming:
>>
>>> Commit-ID: 5e59ac11d6d105591d6da742750ea2f804534d43
>>> Gitweb: http://www.syslinux.org/commit/5e59ac11d6d105591d6da742750ea2f804534d43
>>> Author: Matt Fleming
2009 Feb 04
2
lua assist
Hello,
For Lua inclusion in Syslinux an idea to ship with an com32/lua/assist
directory and an com32/lua/patches directory.
In the patches directory patches against a pristine lua tarball
and the assist dir contains scripts for further tayloring.
This is what I have in mind:
| milleune at inertia:~
| $ git clone http://www.stappers.it/tracking/syslinux/.git syslinux-lua-stappers
| milleune at
2010 Jul 02
1
[syslinux:master] Makefile: add lua.c32 to installables
Op 20100701 om 18:15 schreef syslinux-bot for H. Peter Anvin:
> Commit-ID: 18de1534f9b69fb298a5b56e61919130d875b34b
> Gitweb: http://syslinux.zytor.com/commit/18de1534f9b69fb298a5b56e61919130d875b34b
> Author: H. Peter Anvin <hpa at linux.intel.com>
> AuthorDate: Thu, 1 Jul 2010 18:12:41 -0700
> Committer: H. Peter Anvin <hpa at linux.intel.com>
>
2014 Jan 02
1
version: Bump version & Lua
Geert Stappers <stappers at stappers.nl> writes:
> Op 2014-01-02 om 14:59 schreef Ferenc Wagner:
>
>> "H. Peter Anvin" <hpa at zytor.com> writes:
>>
>>> On 12/12/2013 12:31 AM, Ferenc Wagner wrote:
>>>
>>>> Shall I rebase it to the current firmware head?
>>>>
>>>> Also, 5.2.3 was released a couple of
2012 Oct 31
1
Syslinux-5.00-pre9
Folks,
I've just pushed out another prerelease for the 5.00 branch. The idea
behind this -pre was to merge in the final 4.06 release.
I'm aiming for a final 5.00 release next week, but as we saw with the
4.06 branch, anything can happen and these deadlines can get pushed
backwards. Please, test if you can.
One thing that is going to happen next week is a Syslinux-6.00-pre1,
which will
2014 Nov 28
0
[PATCH] Add ldisk.c32 Lua module
Hi,
the patch can also be pulled from my fork of the git repository at https://github.com/emmericp/syslinux.git <https://github.com/emmericp/syslinux.git> under the branch ldisk-lua-module.
The commit is also available on GitHub if you prefer a website to view the diff: https://github.com/emmericp/syslinux/commit/e1612cb42508fa2f33ceb045a7722fa34664231c
2014 Nov 10
1
pxelinux 6.03 lua module not loading syslinux.c32 dmi.c32 etc
I'm running pxelinux configured to use the path /bios on the tftp server for all the comboot files.
The problem is dmi,syslinux,vesa etc modules are not being loaded in lua.
Syslinux.version() returns not found in global index as does dmi.supported()
For k,v in pairs(package.loaded) do print (k,v) end; shows that these modules that are normally loaded by lua are not loading.
I got an idea
2014 Jun 30
0
lua not working on syslinux-6.03-pre18
On 30/06/2014 16:30, Alex Bligh wrote:
> I've upgraded from syslinux-4.05 to syslinux-6.03-pre18 (pre11 was the same)
> and am having some issues getting lua.c32 to work. I'm using lpxelinux.0
> if that's relevant.
>
> My boot file and the contents of default.lua are below. As you can see they
> are fantastically simple. Essentially I'm just using lua to put the
2014 Oct 13
2
[PATCH][git-pull] lua: fix broken bindings, switch to using methods, document things
The following changes since commit 81ad566f155fac31089fde69c87059b217e7e9b6:
NEWS: Update for 6.03 release (2014-10-06 09:27:44 -0700)
are available in the git repository at:
https://github.com/wferi/syslinux/ pub
for you to fetch changes up to 68cb978ab7e692d772e4d62d3585b8f7bac43b4b:
lua: simplify the function/value handling in the automenu test (2014-10-13 12:44:15 +0200)