summaryrefslogtreecommitdiffstats
path: root/efi_memtest/MemtestEfi.c
diff options
context:
space:
mode:
authorRegina König2020-07-26 18:01:28 +0200
committerRegina König2020-07-26 18:01:28 +0200
commit5c8d5c0ee911f1a2e2f0d5a13698c59c814f29ed (patch)
tree2a75201822be0218f07d0b608db66a20fd2a5513 /efi_memtest/MemtestEfi.c
parentrestructuring code to simply switch between bios and efi build. Creating Make... (diff)
downloadmemtest86-5c8d5c0ee911f1a2e2f0d5a13698c59c814f29ed.tar.gz
memtest86-5c8d5c0ee911f1a2e2f0d5a13698c59c814f29ed.tar.xz
memtest86-5c8d5c0ee911f1a2e2f0d5a13698c59c814f29ed.zip
still creating Makefile
Diffstat (limited to 'efi_memtest/MemtestEfi.c')
-rw-r--r--efi_memtest/MemtestEfi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/efi_memtest/MemtestEfi.c b/efi_memtest/MemtestEfi.c
index 4057ccf..c9e44a0 100644
--- a/efi_memtest/MemtestEfi.c
+++ b/efi_memtest/MemtestEfi.c
@@ -4,7 +4,7 @@
#include "Library/UefiApplicationEntryPoint.h"
#include "Guid/FileSystemInfo.h"
-#include "OUTPUT/main.h"
+#include "memtest86+/efi/main.h"
EFI_STATUS
@@ -16,7 +16,7 @@ UefiMain (
{
Print(L"MemtestEfi started\n");
- test_start();
+ //test_start();
return EFI_SUCCESS;
}