The following are new Lua c32 modules in 6.03-pre*: cmenu.c32: cpu.c32: dhcp.c32: dmi.c32: lfs.c32: pci.c32: syslinux.c32: vesa.c32: I am wondering whether the following modules, which are _not_ new and are also included in 6.03-pre*, have _any_ relation either to the above list or to Lua: cpuid.c32: cpuidtest.c32: dmitest.c32: pcitest.c32: vesainfo.c32: TIA, Ady.
On Jun 4, 2014 7:45 PM, "Ady" <ady-sf at hotmail.com> wrote:> > The following are new Lua c32 modules in 6.03-pre*: > > cmenu.c32: > cpu.c32: > dhcp.c32: > dmi.c32: > lfs.c32: > pci.c32: > syslinux.c32: > vesa.c32: > > I am wondering whether the following modules, which are _not_ new and > are also included in 6.03-pre*, have _any_ relation either to the > above list or to Lua: > > cpuid.c32: > cpuidtest.c32: > dmitest.c32: > pcitest.c32: > vesainfo.c32:Ick. A naming collision waiting to happen. syslinux.c32 lacks a main so resembles a library. I'd guess the test are the same. --Gene
On Jun 4, 2014 7:57 PM, "Gene Cumm" <gene.cumm at gmail.com> wrote:> > On Jun 4, 2014 7:45 PM, "Ady" <ady-sf at hotmail.com> wrote: > > > > The following are new Lua c32 modules in 6.03-pre*: > > > > cmenu.c32: > > cpu.c32: > > dhcp.c32: > > dmi.c32: > > lfs.c32: > > pci.c32: > > syslinux.c32: > > vesa.c32: > > > > I am wondering whether the following modules, which are _not_ new and > > are also included in 6.03-pre*, have _any_ relation either to the > > above list or to Lua: > > > > cpuid.c32: > > cpuidtest.c32: > > dmitest.c32: > > pcitest.c32: > > vesainfo.c32: > > Ick. A naming collision waiting to happen. > > syslinux.c32 lacks a main so resembles a library. I'd guess the test arethe same. That was supposed to be rest not test. Anyways, the others mentioned also lack a main function and are likely libraries. --Gene
Ady <ady-sf at hotmail.com> writes:> The following are new Lua c32 modules in 6.03-pre*: > > cmenu.c32: > cpu.c32: > dhcp.c32: > dmi.c32: > lfs.c32: > pci.c32: > syslinux.c32: > vesa.c32:These are dynamically loaded Lua library modules, all under com32/lua/src/.> I am wondering whether the following modules, which are _not_ new and > are also included in 6.03-pre*, have _any_ relation either to the > above list or to Lua: > > cpuid.c32: > cpuidtest.c32: > dmitest.c32: > pcitest.c32: > vesainfo.c32:These are executables dumping this and that. The relation is that these should be very easy to reimplement in Lua using the above library modules. -- Regards, Feri.
Reasonably Related Threads
- Library_modules (list of & wiki write permissions)
- [syslinux:master] com32/modules: Split build by architecture. Add dir.c32
- Fail to set up UEFI syslinux on ArchLinux USB Flash Drive
- [PATCH 00/20] Switch to ELF modules
- Fail to set up UEFI syslinux on ArchLinux USB Flash Drive