search for: gpxecmd

Displaying 20 results from an estimated 36 matches for "gpxecmd".

2015 Sep 20
1
[syslinux:master] com32/modules: Split build by architecture. Add dir.c32
...t; > -MODULES = config.c32 ethersel.c32 dmitest.c32 cpuidtest.c32 \ > - disk.c32 pcitest.c32 elf.c32 linux.c32 reboot.c32 pmload.c32 \ > - meminfo.c32 sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 \ > - kbdmap.c32 cmd.c32 vpdtest.c32 host.c32 ls.c32 gpxecmd.c32 \ > - ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 zzjson.c32 \ > - whichsys.c32 prdhcp.c32 pxechn.c32 kontron_wdt.c32 ifmemdsk.c32 \ > - hexdump.c32 poweroff.c32 cptime.c32 debug.c32 > +# BIOS-specific modules > +MOD_BIOS = disk.c32 elf.c32 ethers...
2012 Nov 01
1
Syslinux 4.06 and 5.00-pre9 Binary Sizes
...998 Sep 22 22:23 modules/pxechain.com 1 1300 Nov 1 18:08 modules/ver.com 1 1312 Nov 1 18:08 com32/modules/ifcpu64.c32 1 1932 Nov 1 18:08 com32/modules/pwd.c32 1 1982 Oct 30 12:21 com32/modules/hello.c32 1 2444 Nov 1 18:08 com32/modules/ifplop.c32 1 2448 Nov 1 18:08 com32/modules/gpxecmd.c32 1 2448 Nov 1 18:08 com32/modules/sanboot.c32 1 2960 Nov 1 18:08 com32/modules/whichsys.c32 1 3890 Sep 22 22:25 dosutil/eltorito.sys 1 4620 Nov 1 18:08 com32/modules/host.c32 1 4876 Nov 1 18:08 com32/modules/config.c32 1 5084 Nov 1 18:08 com32/modules/kbdmap.c32 1 5300 Nov 1...
2012 Jun 26
2
[GIT PULL] elflink bug fixes
...| 2 +- com32/lua/src/vesa.c | 31 +++++++--- com32/mboot/initvesa.c | 24 +++++--- com32/mboot/mem.c | 35 ++++++++--- com32/modules/Makefile | 15 +++++ com32/modules/gpxecmd.c | 5 +- com32/modules/host.c | 35 +---------- com32/modules/pxechn.c | 8 +-- com32/modules/sanboot.c | 5 +- com32/rosh/Makefile | 2 + co...
2014 Aug 24
1
Library_modules (list of & wiki write permissions)
...| libgpl.c32 |debug.c32 |com32/modules | |disk.c32 |com32/modules | libgpl.c32 |dmitest.c32 |com32/modules | libgpl.c32 |elf.c32 |com32/modules | libcom32.c32 |ethersel.c32 |com32/modules | libcom32.c32 |gpxecmd.c32 |com32/modules | libcom32.c32 |hexdump.c32 |com32/modules | libcom32.c32 |host.c32 |com32/modules | libcom32.c32 |ifcpu64.c32 |com32/modules | libcom32.c32 |ifcpu.c32 |com32/modules | libutil.c32 libgpl.c32 libc...
2012 Jul 16
5
[PATCH 0/5] Deleting __intcall() from Syslinux
...ersion.c | 21 ++++--- com32/lib/syslinux/video/fontquery.c | 16 ++--- com32/lib/syslinux/video/reportmode.c | 11 +-- com32/libupload/upload_tftp.c | 18 +---- com32/menu/menumain.c | 6 +- com32/menu/readconfig.c | 2 +- com32/modules/gpxecmd.c | 11 +--- com32/modules/pxechn.c | 16 +---- com32/modules/sanboot.c | 11 +--- com32/samples/resolv.c | 17 +---- core/comboot.inc | 1 + core/console.c | 7 +-- core/diskfs.inc...
2012 Nov 23
1
[PATCH] nictype.c32: PXELINUX module to display UNDI NIC bus type...
...Makefile index f110e58..10c6688 100644 --- a/com32/modules/Makefile +++ b/com32/modules/Makefile @@ -24,7 +24,8 @@ MODULES = config.c32 ethersel.c32 dmitest.c32 cpuidtest.c32 \ meminfo.c32 sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 \ kbdmap.c32 cmd.c32 vpdtest.c32 host.c32 ls.c32 gpxecmd.c32 \ ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 zzjson.c32 \ - whichsys.c32 prdhcp.c32 pxechn.c32 kontron_wdt.c32 ifmemdsk.c32 + whichsys.c32 prdhcp.c32 pxechn.c32 kontron_wdt.c32 ifmemdsk.c32 \ + nictype.c32 TESTFILES = diff --git a/com32/modules/nictype.c b/com32/modul...
2012 Oct 03
1
[PATCH] pxedump.c32: Simple PXE cached packet dumping
...index d8861c4..53bae4f 100644 --- a/com32/modules/Makefile +++ b/com32/modules/Makefile @@ -24,7 +24,7 @@ MODULES = config.c32 ethersel.c32 dmitest.c32 cpuidtest.c32 \ meminfo.c32 sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 \ kbdmap.c32 cmd.c32 vpdtest.c32 host.c32 ls.c32 gpxecmd.c32 \ ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 zzjson.c32 \ - whichsys.c32 pxechn.c32 + whichsys.c32 pxechn.c32 pxedump.c32 TESTFILES = diff --git a/com32/modules/pxedump.c b/com32/modules/pxedump.c new file mode 100644 index 0000000..478eba8 --- /dev/null +++ b/co...
2010 Jul 01
2
[PATCH] ifplop.c32: Detect if PLoP USB/CD INT13h hook is enabled/disabled
...m32/modules/Makefile @@ -22,7 +22,7 @@ MODULES = chain.c32 config.c32 ethersel.c32 dmitest.c32 cpuidtest.c32 \ disk.c32 pcitest.c32 elf.c32 linux.c32 reboot.c32 pmload.c32 \ meminfo.c32 sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 \ kbdmap.c32 cmd.c32 vpdtest.c32 host.c32 ls.c32 gpxecmd.c32 \ - ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 + ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 TESTFILES = diff --git a/com32/modules/ifplop.c b/com32/modules/ifplop.c new file mode 100644 index 0000000..145bffc --- /dev/null +++ b/com32/modules/ifplop.c @@ -0,0 +1,166 @@ +/* -------------...
2015 Oct 24
4
Confusion on lpxelinux vs. gpxelinux vs. ipxe vs gpxe.
...a syslinux Network Boot program linked against the light-weight TCP/IP (lwIP) stack. Offering fast HTTP, FTP, etc. 3. gpxelinux.0 - a syslinux Network Boot program linked against another Network Boot Program's implementation of HTTP (gpxe). Possibly problematic and slow on VMs. We also have a gpxecmd.c32 which doesn't seem to be documented in the "modules" section of the syslinux wiki. As separate projects we appear to have: 1. gpxe - a mothballed Network Boot Program but with a possibly problematic and slow HTTP implementation. 2. ipxe - an active fork of gpxe but still with th...
2020 Jan 22
0
[PATCH] com32/modules: introduce play module
...e mode 100644 com32/modules/play.c diff --git a/com32/modules/Makefile b/com32/modules/Makefile index c01d6338..5e69a0d7 100644 --- a/com32/modules/Makefile +++ b/com32/modules/Makefile @@ -20,7 +20,7 @@ include $(MAKEDIR)/elf.mk # BIOS-specific modules MOD_BIOS = disk.c32 elf.c32 ethersel.c32 gpxecmd.c32 ifmemdsk.c32 ifplop.c32 \ - kbdmap.c32 kontron_wdt.c32 pcitest.c32 pmload.c32 poweroff.c32 \ + kbdmap.c32 kontron_wdt.c32 pcitest.c32 play.c32 pmload.c32 poweroff.c32 \ prdhcp.c32 pxechn.c32 sanboot.c32 sdi.c32 vesainfo.c32 # All-architecture modules diff --git a/com32/modules/pla...
2012 Nov 04
1
hexdump.c32 for Syslinux 5.00-pre9
...Makefile index ee428e3..9cf4da8 100644 --- a/com32/modules/Makefile +++ b/com32/modules/Makefile @@ -24,7 +24,8 @@ MODULES = config.c32 ethersel.c32 dmitest.c32 cpuidtest.c32 \ meminfo.c32 sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 \ kbdmap.c32 cmd.c32 vpdtest.c32 host.c32 ls.c32 gpxecmd.c32 \ ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 zzjson.c32 \ - whichsys.c32 prdhcp.c32 pxechn.c32 kontron_wdt.c32 ifmemdsk.c32 + whichsys.c32 prdhcp.c32 pxechn.c32 kontron_wdt.c32 ifmemdsk.c32 \ + hexdump.c32 TESTFILES = diff --git a/com32/modules/hexdump.c b/com32/modul...
2012 Aug 14
1
[GIT PULL] elflink fixes
.../video/fontquery.c | 16 ++--- com32/lib/syslinux/video/reportmode.c | 11 +-- com32/libupload/upload_tftp.c | 18 +---- com32/menu/menumain.c | 6 +- com32/menu/readconfig.c | 2 +- com32/modules/Makefile | 18 +---- com32/modules/gpxecmd.c | 11 +--- com32/modules/pxechn.c | 16 +---- com32/modules/sanboot.c | 11 +--- com32/rosh/Makefile | 4 +- com32/samples/Makefile | 5 +- com32/samples/resolv.c | 17 +---- core/comboot.inc...
2012 May 23
1
[GIT PULL] Remove duplicate COM32 modules
...les/Makefile @@ -23,8 +23,7 @@ MODULES = chain.c32 config.c32 ethersel.c32 dmitest.c32 cpuidtest.c32 \ disk.c32 pcitest.c32 elf.c32 linux.c32 reboot.c32 pmload.c32 \ meminfo.c32 sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 \ kbdmap.c32 cmd.c32 vpdtest.c32 host.c32 ls.c32 gpxecmd.c32 \ - ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 zzjson.c32 whichsys.c32 \ - hello.c32 + ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 zzjson.c32 whichsys.c32 TESTFILES = diff --git a/com32/modules/hello.c b/com32/modules/hello.c deleted file mode 100644 index d3d4d29....
2010 Jul 05
0
whichsys.c32: execute specific command, based on Syslinux bootloader variant
...m32/modules/Makefile @@ -22,7 +22,7 @@ MODULES = chain.c32 config.c32 ethersel.c32 dmitest.c32 cpuidtest.c32 \ disk.c32 pcitest.c32 elf.c32 linux.c32 reboot.c32 pmload.c32 \ meminfo.c32 sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 \ kbdmap.c32 cmd.c32 vpdtest.c32 host.c32 ls.c32 gpxecmd.c32 \ - ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 + ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 whichsys.c32 TESTFILES = diff --git a/com32/modules/whichsys.c b/com32/modules/whichsys.c new file mode 100644 index 0000000..c186722 --- /dev/null +++ b/com32/modules/whichsys.c @@ -0...
2013 Feb 10
4
[PATCH] poweroff COM32 module
...les/poweroff.c diff --git a/com32/modules/Makefile b/com32/modules/Makefile index 628fa5d..1998a0e 100644 --- a/com32/modules/Makefile +++ b/com32/modules/Makefile @@ -25,7 +25,7 @@ MODULES = config.c32 ethersel.c32 dmitest.c32 cpuidtest.c32 \ kbdmap.c32 cmd.c32 vpdtest.c32 host.c32 ls.c32 gpxecmd.c32 \ ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 zzjson.c32 \ whichsys.c32 prdhcp.c32 pxechn.c32 kontron_wdt.c32 ifmemdsk.c32 \ - hexdump.c32 + hexdump.c32 poweroff.c32 TESTFILES = diff --git a/com32/modules/poweroff.c b/com32/modules/poweroff.c new file mode 100644 ind...
2013 Apr 02
1
Problem with pxelinux 5.0 and memtest
Hi there, ----- Original Message ----- From: koxudaxi at gmail.com To: syslinux at zytor.com Date: 01.04.2013 10:00:27 Subject: Re: [syslinux] Problem with pxelinux 5.0 and memtest > On 04/01/2013 09:28 AM, H. Peter Anvin wrote: >> On 03/31/2013 05:26 PM, Koudai Aono wrote: >>> I ran the test on a x86 emulator is called Oracle VirtualBox. >>> I think it might not be
2015 Mar 16
2
Fail to set up UEFI syslinux on ArchLinux USB Flash Drive
...boot.c32 vesainfo.c32 chain.c32 cpuidtest.c32 ethersel.c32 ifcpu.c32 libcom32.c32 lua.c32 poweroff.c32 sdi.c32 vesamenu.c32 cmd.c32 debug.c32 gfxboot.c32 ifmemdsk.c32 libgpl.c32 mboot.c32 prdhcp.c32 sysdump.c32 vpdtest.c32 cmenu.c32 dhcp.c32 gpxecmd.c32 ifplop.c32 liblua.c32 meminfo.c32 pwd.c32 syslinux.c32 whichsys.c32 config.c32 disk.c32 hdt.c32 kbdmap.c32 libmenu.c32 menu.c32 pxechn.c32 syslinux.cfg zzjson.c32 cptime.c32 dmi.c32 hexdump.c32 kontron_wdt.c32 libutil.c32 pci.c32 reboo...
2015 Mar 16
0
Fail to set up UEFI syslinux on ArchLinux USB Flash Drive
> > Is this "ArchLinux" entry equivalent to "\EFI\syslinux\syslinux.efi" > > in your UEFI firmware? > > Note: UEFI firmware is supposed to use (or show) backslash "\" as path > > separator. > > You have a great point there. > I redid the "efibootmgr" installation and instead of > > efibootmgr -c -d /dev/sdd -p 1 -l
2012 Dec 16
1
Upgraded to Syslinux 5.00 - Failed to load ldlinux.c32
...root 12596 Dec 16 15:51 dmitest.c32 -rwxr--r-- 1 root root 3220 Dec 16 15:51 elf.c32 -rwxr--r-- 1 root root 2664 Dec 16 15:51 ethersel.c32 -rw-r--r-- 1 root root 1159 Nov 29 17:52 extlinux.conf -rwxr--r-- 1 root root 9976 Dec 16 15:51 gfxboot.c32 -rwxr--r-- 1 root root 1520 Dec 16 15:51 gpxecmd.c32 -rwxr--r-- 1 root root 168692 Dec 16 15:51 hdt.c32 -rwxr--r-- 1 root root 3652 Dec 16 15:51 hexdump.c32 -rwxr--r-- 1 root root 1740 Dec 16 15:51 host.c32 -rwxr--r-- 1 root root 1676 Dec 16 15:51 ifcpu64.c32 -rwxr--r-- 1 root root 4076 Dec 16 15:51 ifcpu.c32 -rwxr--r-- 1 root root 4136...
2014 May 20
3
"EDD Load error" on btrfs, how to debug?
...1 root root 8648 May 15 08:07 dmi.c32 -rw-r--r-- 1 root root 12520 May 15 08:07 dmitest.c32 -rw-r--r-- 1 root root 3840 May 15 08:07 elf.c32 -rw-r--r-- 1 root root 2976 May 15 08:07 ethersel.c32 -rw-r--r-- 1 root root 10460 May 15 08:07 gfxboot.c32 -rw-r--r-- 1 root root 1600 May 15 08:07 gpxecmd.c32 -rw-r--r-- 1 root root 168660 May 15 08:07 hdt.c32 -rw-r--r-- 1 root root 3700 May 15 08:07 hexdump.c32 -rw-r--r-- 1 root root 1812 May 15 08:07 host.c32 -rw-r--r-- 1 root root 1744 May 15 08:07 ifcpu64.c32 -rw-r--r-- 1 root root 4068 May 15 08:07 ifcpu.c32 -rw-r--r-- 1 root root 4184...