diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-07-22 15:31:11 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-07-22 15:31:11 +0300 |
commit | ee04fab1dd2d4011aa6e0607bdfff90a9b544086 (patch) | |
tree | afe5240c07fdadc1e25bc0c8651763445fb76018 | |
parent | 6ff4910360d8f7cd4e5b3df295cb9c68b494001d (diff) | |
download | UEFI-Lessons-ee04fab1dd2d4011aa6e0607bdfff90a9b544086.tar.gz UEFI-Lessons-ee04fab1dd2d4011aa6e0607bdfff90a9b544086.tar.bz2 UEFI-Lessons-ee04fab1dd2d4011aa6e0607bdfff90a9b544086.zip |
Add information about EFI_FV_FILETYPE_FFS_PAD type
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
-rw-r--r-- | Lessons_uncategorized/Lesson_FDF_FV/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lessons_uncategorized/Lesson_FDF_FV/README.md b/Lessons_uncategorized/Lesson_FDF_FV/README.md index 433b21b..7c50c5c 100644 --- a/Lessons_uncategorized/Lesson_FDF_FV/README.md +++ b/Lessons_uncategorized/Lesson_FDF_FV/README.md @@ -386,7 +386,7 @@ FvNameGuid = <GUID> # Example: # FvNameGuid = 763BED0D-DE9F-48F5-81F1-3E90E1B1A015 ``` -This attribute would lead to the creation of a file of type `EFI_FV_FILETYPE_FFS_PAD` (padding file) with a GUID value in its data. This file would be placed first in the FV. +This attribute would lead to the creation of a file of type `EFI_FV_FILETYPE_FFS_PAD` (padding file) with a GUID value in its data. This file would be placed first in the FV. We would investigate this file when we would talk about different file types. # Links |