search for: plopcheck

Displaying 2 results from an estimated 2 matches for "plopcheck".

Did you mean: logcheck
2010 Jul 01
2
[PATCH] ifplop.c32: Detect if PLoP USB/CD INT13h hook is enabled/disabled
...ok. + * + * 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) + * # When PLoP INT13h hook is found, run the first command (plop_detected) + * # When PLoP INT13h hook isn't found, run the second command (plop_not_detected) + * LABEL plopcheck + * COM32 ifplop.c32 + * APPEND plop_de...
2010 Jun 13
0
[PATCH]: ifplop.c32: COM32 module for detection of PLoP USB boot-loader
...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, run the first command (plop_detected) # When PLoP INT13h hook isn't found, run the second command (plop_not_detected) LABEL plopcheck COM32 ifplop.c32 APPEND plop_detected -- plop_not_d...