diff options
author | Regina König | 2020-07-29 19:54:21 +0200 |
---|---|---|
committer | Regina König | 2020-07-29 19:54:21 +0200 |
commit | ad18a9523ade279f7e4f0660407e265dc39b56f4 (patch) | |
tree | 2b13083fbd127f37fcde9c70655326eb1ad07e70 /memtestEDK/README | |
parent | Trying to create console output (diff) | |
download | memtest86-ad18a9523ade279f7e4f0660407e265dc39b56f4.tar.gz memtest86-ad18a9523ade279f7e4f0660407e265dc39b56f4.tar.xz memtest86-ad18a9523ade279f7e4f0660407e265dc39b56f4.zip |
renamed directory for applications which run in edk
Diffstat (limited to 'memtestEDK/README')
-rw-r--r-- | memtestEDK/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/memtestEDK/README b/memtestEDK/README new file mode 100644 index 0000000..92190eb --- /dev/null +++ b/memtestEDK/README @@ -0,0 +1,16 @@ +####### +# HOW TO BUILD/RUN MEMTEST APPLICATION +####### + + +1. Build +============ +1.0 Create *.c and *.h file inside edk2/Memtest +1.1 Add Application to [Components] Section of edk2/MdeModulePkg/MdeModulePkg.dsc +1.2 Run ./run.sh from edk2/Memtest + + +2. Run from UEFI Shell +========================= +2.0 Choose filesystem where the application is placed +2.1 Start the application by typing its name |