Displaying 2 results from an estimated 2 matches for "plop_not_detected".
2010 Jul 01
2
[PATCH] ifplop.c32: Detect if PLoP USB/CD INT13h hook is enabled/disabled
...------------------------------------------------------- */
+
+/*
+ * ifplop.c
+ *
+ * This COM32 module detects if the PLoP Boot Manager was used to boot a
CDROM
+ * drive or USB drive, by checking for the presence of the PLoP INT13h hook.
+ *
+ * Usage: ifplop.c32 [<plop_detected>] -- [<plop_not_detected>]
+ * Example: ifplop.c32 menu.c32 another.cfg -- plpbt.bin hiddenusb usb1=2
+ *
+ * A possible config file could be:
+ *
+ *
===========================================================================
+ * DEFAULT plopcheck
+ *
+ * # Check for the presence of PLoP (run by default)
+ * # Whe...
2010 Jun 13
0
[PATCH]: ifplop.c32: COM32 module for detection of PLoP USB boot-loader
...f '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 (run by default)
# When PLoP INT13h hook is found,...