Displaying 20 results from an estimated 7000 matches similar to: "NEWS: correct credit for new Lua work."
2010 Jul 09
0
[syslinux:master] NEWS: update
Op 20100708 om 14:24 schreef syslinux-bot for H. Peter Anvin:
>
> Update in preparation of a 4.02 release cycle.
>
> --- a/NEWS
> +++ b/NEWS
> @@ -15,6 +15,13 @@ Changes in 4.02:
> stage2 of GRUB Legacy (Gert Hulselmans).
> * whichsys.c32: execute specific command, based on Syslinux
> bootloader variant (Gert Hulselmans).
> + * lua.c32: a lot of new
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
2010 Jul 22
2
Syslinux 4.02 released
Syslinux 4.02 is a bug fix release, but also adds an experimental new
Win64 installer (syslinux64.exe), extends the new syslinux installer
CLI to all the installers.
Changes in 4.02:
* SYSLINUX: correctly handle the case where the -d option is
specified with a non-absolute path, i.e. "syslinux -d
syslinux" instead of "syslinux -d /syslinux".
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
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
2010 Jul 05
0
whichsys.c32: execute specific command, based on Syslinux bootloader variant
I wrote a new module "whichsys.c32" which detemines which command to
execute, based on the Syslinux bootloader variant.
In the near future it should/can be replaced by a lua script.
But for people who want small binaries: whichsys.c32 is +/- eighty times
smaller than lua.c32, atm.
Usage: whichsys.c32 [-iso- command] [-pxe- command] [-sys- command]
Examples: whichsys.c32 -iso-
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
2008 Jul 18
2
[GIT] Lua running as a com32 syslinux module
Hi.
If anyone is interested, here is a working prototype:
http://git.etherboot.org/?p=people/xl0/syslinux-lua.git;a=summary
Os, io and math libraries are not compiled right now. Also, there are
no bindings for any syslinux functions. Otherwise, everything should
work just fine, like
ISOLINUX 3.71 pre14-14-g8b9b72a* Copyright (C) 1994-2008 H. Peter Anvin
Could not find kernel image: linux
2010 Jul 02
1
Syslinux 4.01 released
Syslinux 4.01 is a bug fix release for 4.00, but also includes the new
experimental lua interpreter, as well as the ifplop module.
Changes in 4.01:
* ISOLINUX: fix initialization on systems which don't zero
low memory.
* SYSLINUX/EXTLINUX: fix handing of disk read retries in
EDD mode.
* ISOLINUX: change the initialization sequence to avoid
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
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
2013 Oct 31
0
Upgrade to Lua 5.2.2, add filesystem module and get_key binding
Ferenc Wagner <wferi at niif.hu> writes:
> Geert Stappers <stappers at stappers.nl> writes:
>
>> Op 2013-10-15 om 20:03 schreef Ferenc W?gner:
>>
>>> lua: import Lua 5.2.2
>>
>> Posted as [patch01/21]
>> Which was too big for the mailinglist.
>> So some other way is needed to share that information ...
>
> Hmm, yes. The
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 Oct 16
3
Upgrade to Lua 5.2.2, add filesystem module and get_key binding
Geert Stappers <stappers at stappers.nl> writes:
> Op 2013-10-15 om 20:03 schreef Ferenc W?gner:
>
>> lua: import Lua 5.2.2
>
> Posted as [patch01/21]
> Which was too big for the mailinglist.
> So some other way is needed to share that information ...
Hmm, yes. The series is available at https://github.com/wferi/syslinux
as well (lua52 branch, based on upstream
2010 Mar 06
1
[Patch]: Document 'nopassany' in MEMDISK documentation.
'nopassany' is missing in the MEMDISK documentation:
http://www.zytor.com/pipermail/syslinux-commits/2010-February/000096.html
- Gert Hulselmans
commit aeb2406ea701d974c85aa7fdd9af7c53106d7e48
Author: Gert Hulselmans <gerth at zytor.com>
Date: Sat Mar 6 22:33:09 2010 +0100
Document 'nopassany' in MEMDISK documentation.
diff --git a/doc/memdisk.txt b/doc/memdisk.txt
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
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>
>
2010 Aug 20
4
Windows Recovery console FAILS to boot withSyslinux-4.02
Hello Sir,
on Friday, August 20, 2010 11:32 AM Gert Hulselmans wrote
> loading the boot file ...
> Boting ...
> "-" cursor keeps on blincking
Are you quite sure that booting the Windows Recovery Console under
syslinux can work and that "cursor keeps blinking" is only a problem of
your special menu?
YES I am 100% sure that booting the Windows Recovery Console
2009 Dec 29
1
[PATCH] chain.c32: comments fix and usage output corrected
Comments fix and usage output corrected for chain.c32
- Gert Hulselmans
Signed-off-by: Gert Hulselmans <kimmik999999 at yahoo.co.uk>
$ diff -u syslinux-3.84/com32/modules/chain.c.old syslinux-3.84/com32/modules/chain.c
--- syslinux-3.84/com32/modules/chain.c.old 2009-12-29 01:46:34.058793767 +0100
+++ syslinux-3.84/com32/modules/chain.c 2009-12-29 01:53:41.150794351 +0100
@@ -49,7
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