search for: hiddenusb

Displaying 1 result from an estimated 1 matches for "hiddenusb".

Did you mean: hidden_use
2010 Jul 01
2
[PATCH] ifplop.c32: Detect if PLoP USB/CD INT13h hook is enabled/disabled
...+ * 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) + * # When PLoP INT13h hook is found, run the first command (plop_detected) + * #...