summaryrefslogtreecommitdiffstats
path: root/efi_memtest/MemtestEfi.c
diff options
context:
space:
mode:
authorRegina König2020-08-30 18:46:41 +0200
committerRegina König2020-08-30 18:46:41 +0200
commit5d219d9327ada69997dc9505f76c8ddbbe04daa9 (patch)
tree14afb95b093c58afb88008464b2120441bfca146 /efi_memtest/MemtestEfi.c
parentfixed some problems which seem to only appear in 25*80 mode. in 50*80 mode, e... (diff)
downloadmemtest86-5d219d9327ada69997dc9505f76c8ddbbe04daa9.tar.gz
memtest86-5d219d9327ada69997dc9505f76c8ddbbe04daa9.tar.xz
memtest86-5d219d9327ada69997dc9505f76c8ddbbe04daa9.zip
trying to find the source of relocation error message
Diffstat (limited to 'efi_memtest/MemtestEfi.c')
-rw-r--r--efi_memtest/MemtestEfi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/efi_memtest/MemtestEfi.c b/efi_memtest/MemtestEfi.c
index f0448d2..f81d696 100644
--- a/efi_memtest/MemtestEfi.c
+++ b/efi_memtest/MemtestEfi.c
@@ -34,7 +34,7 @@ UefiMain (
print_log(msg, sizeof(msg) - 1);
}
- SystemTable->ConOut->SetCursorPosition(SystemTable->ConOut, 0, 15);
+ SystemTable->ConOut->SetCursorPosition(SystemTable->ConOut, 0, 25);
return EFI_SUCCESS;
}