diff options
-rw-r--r-- | efi_memtest/README | 10 |
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 =============== |