Displaying 20 results from an estimated 44 matches for "ifplop".
Did you mean:
flop
2010 Jul 01
2
[PATCH] ifplop.c32: Detect if PLoP USB/CD INT13h hook is enabled/disabled
...#39; ; Reverse of 'CHKD'
int 13h
cmp eax,' sey' ; Reverse of 'yes '
jz plop_INT13h_active
Signed-off-by: Gert Hulselmans <gerth at zytor.com>
Signed-off-by: Shao Miller <shao.miller at yrdsb.edu.on.ca>
---
com32/modules/Makefile | 2 +-
com32/modules/ifplop.c | 166
++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 167 insertions(+), 1 deletions(-)
create mode 100644 com32/modules/ifplop.c
diff --git a/com32/modules/Makefile b/com32/modules/Makefile
index 79018df..f42ce96 100644
--- a/com32/modules/Makefile
+++ b/com32/modules/Makef...
2010 Jun 13
0
[PATCH]: ifplop.c32: COM32 module for detection of PLoP USB boot-loader
...#39;
mov ebp,'DKHC' ; Reverse of 'CHKD'
int 13h
cmp eax,' sey' ; Reverse of 'yes '
jz plop_int13_active
More info: http://forum.plop.at/index.php/topic,165.0.html
The syntax for using this module is the same as for ifcpu.c32 and
ifcpu64.c32:
Usage: ifplop.c32 [<plop_detected>] -- [<plop_not_detected>]
Example: ifplop.c32 menu.c32 another.cfg -- plpbt.bin
Below, you can find and example of a syslinux.cfg:
===========================================================================
DEFAULT plopcheck
# Check for the presence of PLoP (...
2015 Sep 20
1
[syslinux:master] com32/modules: Split build by architecture. Add dir.c32
...idtest.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 ethersel.c32 gpxecmd.c32 ifmemdsk.c32 ifplop.c32 \
> + kbdma...
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
problems with certain...
2010 Sep 05
1
Loading plpbt.bin from Syslinux 4.02 causes reboot
Hi,
I'm trying to setup a flash drive with Syslinux 4.0.2, ifplop.c32, and
plpbt.bin (5.0.10) as shown in the thread here:
http://forum.plop.at/index.php/topic,165.0.html
Unfortunately, the system reboots as soon as I load plpbt.bin from Syslinux.
I don't think it's a problem with plpbt.bin because it works if I boot
Grub4DOS and load it. : (
It wil...
2011 Jun 15
1
COM32 module for detecting Memdisk?
...se the same isolinux.cfg for a CD which boots an ISO.
Issue is that the inner ISO also uses same Isolinux (+ menu), which
isn't very user-friendly.
So:
CD --> ISOLINUX (menu) --> MEMDISK CDROM.ISO --> ISOLINUX (menu) -->
diskette image.
It would work in the same spirit as the IFPLOP module I guess:
IFMEMDSK.C32 FDOSBOOT MENU.C32
(execute label FDOSBOOT if ISO was booted through Memdisk, otherwise
present the menu.)
Does such a module make sense?
2013 Jul 09
0
Backward compatibility
Hello Syslinux Team,
Syslinux 5.xx / 6.xx are currently showing some backward
compatibility issues. Between the ML and the IRC, there have been
some comments / reports regarding memtest, older kernels, plop boot
manager, ifplop.c32, hdt.c32... In some cases, the problems were seen
when booting with some specific variant of Syslinux 5.xx / 6.xx (say,
ISOLINUX only, or PXELINUX only); or with some brand of PC hardware.
Some of the issues indeed have led to code improvements in Syslinux
5.xx/6.xx.
If a certain image or...
2012 May 23
1
[GIT PULL] Remove duplicate COM32 modules
...fig.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..0000000
--- a/com32/modules/hello.c
+++ /dev/null
@@ -1,...
2010 Jul 05
0
whichsys.c32: execute specific command, based on Syslinux bootloader variant
....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,0 +1,128 @@
+/* --------------------------------------...
2012 Nov 01
1
Syslinux 4.06 and 5.00-pre9 Binary Sizes
...800 Nov 1 18:08 com32/modules/reboot.c32
1 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...
2014 Apr 30
2
Issues with syslinux_run_command(str) and parameters
...cannot use any of the following com32 modules without creating duplicate LABEL entries for each possible scenario. All of these modules use syslinux_run_cmd() so parameters on the command line will not be received:
- gfxboot.c32- cmd.c32- lua.c32- ethersel.c32- ifcpu.c32- ifcpu64.c32- ifmemdsk.c32- ifplop.c32- whichsys.c32- rosh.c32
This doesn't feel like an intended restriction of ALLOWOPTIONS 0.
--Ian
> From: ady-sf at hotmail.com
> To: syslinux at zytor.com
> Date: Wed, 30 Apr 2014 05:06:55 +0300
> Subject: Re: [syslinux] Issues with syslinux_run_command(str) and parameters
&g...
2014 Aug 24
1
Library_modules (list of & wiki write permissions)
...com32/modules | libcom32.c32
|host.c32 |com32/modules | libcom32.c32
|ifcpu64.c32 |com32/modules | libcom32.c32
|ifcpu.c32 |com32/modules | libutil.c32 libgpl.c32 libcom32.c32
|ifmemdsk.c32 |com32/modules | libcom32.c32
|ifplop.c32 |com32/modules | libcom32.c32
|kbdmap.c32 |com32/modules | libcom32.c32
|kontron_wdt.c32 |com32/modules | libcom32.c32
|linux.c32 |com32/modules | libcom32.c32
|ls.c32 |com32/modules |
|meminfo.c32 |com32...
2013 Jun 29
7
Plop Boot Manager quit working with 5.10
I have updated syslinux in Parted Magic's test version to the 5.10 release.
With 4.06 I booted plop like this:
LINUX /boot/plpbt/plpbt.bin
Now it says /boot/plpbt/plpbt.bin... ok
Booting kernel failed: Invalid argument
Other "extras" like IPXE, HDT, memtest86+, chntpw, Super Grub Disk, etc...
all work with 5.10. Revert to 4.06 and plop works again.
Is this a problem with syslinux
2012 Nov 23
1
[PATCH] nictype.c32: PXELINUX module to display UNDI NIC bus type...
...s/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/modules/nictype.c
new file mode 100644
index 0000000..b2a1c2a...
2012 Oct 03
1
[PATCH] pxedump.c32: Simple PXE cached packet dumping
...++ 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/com32/modules/pxedump.c
@@ -0,0 +1,241 @@
+/*
--------------...
2020 Jan 22
0
[PATCH] com32/modules: introduce play module
...es/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/play.c b/com32/modules/play...
2012 Nov 04
1
hexdump.c32 for Syslinux 5.00-pre9
...s/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/modules/hexdump.c
new file mode 100644
index 0000000..bc2c70d...
2015 Jun 22
3
Testing for ISO boot in init-premount
Hi
I have a scenario where I need to test for whether I have booted via a syslinux ISO image in init-premount as opposed to (say) PXE boot. Is there any variable that I can test for this?
thanks
vk
2014 May 05
0
Issues with syslinux_run_command(str) and parameters
...t use any of the following com32 modules without creating duplicate LABEL entries for each possible scenario. All of these modules use syslinux_run_cmd() so parameters on the command line will not be received:
> - gfxboot.c32- cmd.c32- lua.c32- ethersel.c32- ifcpu.c32- ifcpu64.c32- ifmemdsk.c32- ifplop.c32- whichsys.c32- rosh.c32
>
>
> This doesn't feel like an intended restriction of ALLOWOPTIONS 0.
>
> --Ian
>
> > From: ady-sf at hotmail.com
> > To: syslinux at zytor.com
> > Date: Wed, 30 Apr 2014 05:06:55 +0300
> > Subject: Re: [syslinux] Issue...
2013 Jun 30
1
Plop Boot Manager quit working with 5.10
...ernels won't update
Syslinux; or,
C_ Some form of chain-loading from Syslinux 5+ to prior versions or
to other boot loaders will be necessary, just to be able to execute
those ""hard-coded memory address" kernels.
BTW, to add to the behaviors I described before, I also tried
ifplop.c32 (BIOS) from ISOLINUX 6.01-pre5 in Vbox 4.2.14, and it
behaves in a third (or fourth) way:
_ from CLI, it's the same as "LINUX plop":
"Booting kernel failed: Invalid argument";
_ from menu.c32, the same error message is shown, but then it gets to
CLI. As a remainder, &...