Marcel Ritter
2008-Dec-10 13:12 UTC
[syslinux] [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 was scrubbed... Name: syslinux-lua-syslinux.diff Type: text/x-patch Size: 2731 bytes Desc: not available URL: <http://www.zytor.com/pipermail/syslinux/attachments/20081210/2577ad42/attachment.bin>
Geert Stappers
2009-Apr-17 21:40 UTC
[syslinux] [PATCH 1/2] COM32: lua - add syslinux library
Op 20081210 om 14:12 schreef Marcel Ritter:> 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")That memdisk image, where to get it? Or where find more information about i? The idea behind those questions is to include a memdisk test image in the Lua branch> Bye, > MarcelCheers Geert Stappers