diff options
author | Regia König | 2021-08-05 16:00:12 +0200 |
---|---|---|
committer | Regia König | 2021-08-05 16:00:12 +0200 |
commit | 39f49e65742869240731cd1da0aa27bea537a39a (patch) | |
tree | b563313c609843391909b87c8702f563d668008b | |
parent | Add url (diff) | |
download | memtest86-39f49e65742869240731cd1da0aa27bea537a39a.tar.gz memtest86-39f49e65742869240731cd1da0aa27bea537a39a.tar.xz memtest86-39f49e65742869240731cd1da0aa27bea537a39a.zip |
Add new parts in README
-rw-r--r-- | efi_memtest/README | 38 |
1 files changed, 32 insertions, 6 deletions
diff --git a/efi_memtest/README b/efi_memtest/README index 0dcd7ae..cf9e1d8 100644 --- a/efi_memtest/README +++ b/efi_memtest/README @@ -1,11 +1,22 @@ README +This is a Memtest version for UEFI, based on the code of memtest86+ for BIOS... +TABLE OF CONTENTS +====================== + 1) DEPENDENCIES + 2) DOWNLOAD + 3) HOW TO RUN + 4) OPEN TASKS + 5) CONTACT + + +1) DEPENDENCIES +==================== -DEPENDENCIES The build process is tested on - Ubuntu 18.04.5 LTS - Kernel version 5.4.0-80-generic - - qemu-system-x86_54 version 2.11.1 + - qemu-system-x86_64 version 2.11.1 - Uefi Spec 2.8 - gcc 7.5.0 - GNU Make 4.1 @@ -15,11 +26,26 @@ The build process is tested on AMD ... -DOWNLOAD +2) DOWNLOAD +================ + git clone git@git.openslx.org:openslx-ng/memtest86.git -HOW TO RUN --- sudo make run +3) HOW TO RUN +================== + + a) via QEMU + -- sudo make run + b) USB + c) PXE -TASKS
\ No newline at end of file +4) OPEN TASKS +================== + 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. + +5) CONTACT +=============== + Regina König <koenig_regina@arcor.de>
\ No newline at end of file |