aboutsummaryrefslogtreecommitdiffstats
path: root/Lesson_15
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-06-23 18:37:26 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-06-23 18:37:26 +0300
commit35b4c9ce3baf2894601d9ed9334e7af51c35fe81 (patch)
tree90085387c3bcdc6f1ff080b0e325bf49b7802072 /Lesson_15
parentf92ccd087e23c0e3c141b9bcbb85f3f72e0e6817 (diff)
downloadUEFI-Lessons-35b4c9ce3baf2894601d9ed9334e7af51c35fe81.tar.gz
UEFI-Lessons-35b4c9ce3baf2894601d9ed9334e7af51c35fe81.tar.bz2
UEFI-Lessons-35b4c9ce3baf2894601d9ed9334e7af51c35fe81.zip
Add link to EFI_LOAD_OPTION structure description in edk2
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'Lesson_15')
-rw-r--r--Lesson_15/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lesson_15/README.md b/Lesson_15/README.md
index 2f72644..65cb1ed 100644
--- a/Lesson_15/README.md
+++ b/Lesson_15/README.md
@@ -235,6 +235,7 @@ OptionalData The remaining bytes in the load option descriptor are a binary da
starting offset of OptionalData from total size in bytes of the
EFI_LOAD_OPTION.
```
+In edk2 it is defined in a file https://github.com/tianocore/edk2/blob/master/MdePkg/Include/Uefi/UefiSpec.h
Pay attention to the fact that some fields in this structure are commented:
```