]> code.delx.au - refind/blobdiff - refind/global.h
Return of PoolPrint() function; modified launch code to include
[refind] / refind / global.h
index 82772f2379f08fe844c7eded222fcb108550554a..ddcc24ecc318f27111b71dfd116ea34fc6747f3e 100644 (file)
@@ -71,7 +71,8 @@
 #define TAG_APPLE_RECOVERY (11)
 #define TAG_MOK_TOOL       (12)
 #define TAG_FIRMWARE       (13)
-#define NUM_TOOLS          (13)
+#define TAG_MEMTEST        (14)
+#define NUM_TOOLS          (14)
 
 #define NUM_SCAN_OPTIONS 10
 
 // Directories to search for these MOK-managing programs. Note that SelfDir is
 // searched in addition to these locations....
 #define MOK_LOCATIONS           L"\\,EFI\\tools,EFI\\fedora,EFI\\redhat,EFI\\ubuntu,EFI\\suse,EFI\\opensuse,EFI\\altlinux"
+// Directories to search for memtest86....
+#define MEMTEST_LOCATIONS       L"EFI\\tools,EFI\\tools\\memtest86,EFI\\tools\\memtest,EFI\\memtest86,EFI\\memtest"
 
 //
 // global definitions