diff options
author | Regia König | 2021-08-05 15:23:34 +0200 |
---|---|---|
committer | Regia König | 2021-08-05 15:23:34 +0200 |
commit | 0dd70178c0bd45b3d33f863c282aa687d5958725 (patch) | |
tree | ed54217578fc7af6ebd2957faadf3f4f6aad1280 | |
parent | Clean directory after build step (diff) | |
download | memtest86-0dd70178c0bd45b3d33f863c282aa687d5958725.tar.gz memtest86-0dd70178c0bd45b3d33f863c282aa687d5958725.tar.xz memtest86-0dd70178c0bd45b3d33f863c282aa687d5958725.zip |
Add dependency information
-rw-r--r-- | efi_memtest/README | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/efi_memtest/README b/efi_memtest/README index d501aac..9786082 100644 --- a/efi_memtest/README +++ b/efi_memtest/README @@ -2,7 +2,17 @@ README 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 + - Uefi Spec 2.8 + - gcc 7.5.0 + - GNU Make 4.1 + - System: + Intel® Core™ i5-3470 CPU @ 3.20GHz × 4 + AMD ... HOW TO INSTALL @@ -10,4 +20,6 @@ HOW TO INSTALL HOW TO RUN --- sudo make run
\ No newline at end of file +-- sudo make run + +TASKS
\ No newline at end of file |