summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRegia König2021-08-06 14:41:09 +0200
committerRegia König2021-08-06 14:41:09 +0200
commit73a86a2067fbf16ed4e1726741ee51a025d8e1c4 (patch)
treeb0cb8234937bd98c0b06c94cd0c4ef94c96e8016
parentComplete README (diff)
downloadmemtest86-73a86a2067fbf16ed4e1726741ee51a025d8e1c4.tar.gz
memtest86-73a86a2067fbf16ed4e1726741ee51a025d8e1c4.tar.xz
memtest86-73a86a2067fbf16ed4e1726741ee51a025d8e1c4.zip
Add information to README
-rw-r--r--efi_memtest/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/efi_memtest/README b/efi_memtest/README
index 600b6f1..e2c3330 100644
--- a/efi_memtest/README
+++ b/efi_memtest/README
@@ -1,5 +1,6 @@
README
This is a Memtest version for UEFI, based on the code of memtest86+ for BIOS...
+TODO: what is done?
TABLE OF CONTENTS
======================
@@ -45,6 +46,12 @@ The build process is tested on
-- sudo make run
to run in qemu
+
+ Inside QEMU:
+
+ - type "fs0:" to switch into filesystems containing MemtestEfi.efi
+ - type "MemtestEfi.efi" to run the application
+
b) via USB:
- Rename MemtestEfi.efi to BOOTX64.efi
@@ -65,6 +72,9 @@ The build process is tested on
The MemtestEfi project is still in development so there are still a lot of open tasks.
You can see a summary of known issues at https://lab.ks.uni-freiburg.de/projects/memtest86-efi
No guarantee of completeness.
+
+ The entry point is UefiMain() in MemtestEfi.c.
+ This function calls test_start() which is the entry point of the original Memtest86+ code.
5) CONTACT
===============