diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-07-22 15:29:12 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-07-22 15:29:12 +0300 |
commit | 6ff4910360d8f7cd4e5b3df295cb9c68b494001d (patch) | |
tree | 34b9ed07ff61229735ccbd898b3de8cff1e43a15 | |
parent | 0ae687cf951df5bfcf7b4fc65aecdea3d3ad5040 (diff) | |
download | UEFI-Lessons-6ff4910360d8f7cd4e5b3df295cb9c68b494001d.tar.gz UEFI-Lessons-6ff4910360d8f7cd4e5b3df295cb9c68b494001d.tar.bz2 UEFI-Lessons-6ff4910360d8f7cd4e5b3df295cb9c68b494001d.zip |
Add lesson about file types to README.md
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ _____ - [Lesson XX](Lessons_uncategorized/Lesson_FDF_FV_2/README.md): File sections - Part 1: `FREEFORM` file and `RAW` section type. FV build process (`GenSec`/`GenFfs`/`GenFv` tools) - [Lesson XX](Lessons_uncategorized/Lesson_FDF_FV_3/README.md): File sections - Part 2: Other leaf sections: `USER_INTERFACE`/`VERSION`/`FREEFORM_SUBTYPE_GUID`/`PE32`/`PIC`/`COMPATIBILITY16`/`TE`/`DISPOSABLE`/`PEI_DEPEX`/`DXE_DEPEX` - [Lesson XX](Lessons_uncategorized/Lesson_FDF_FV_4/README.md): File sections - Part 3: Encapsulation sections: `COMPRESSION`/`GUID_DEFINED`/`FIRMWARE_VOLUME_IMAGE` +- [Lesson XX](Lessons_uncategorized/Lesson_FDF_FV_5/README.md): File types _____ # Learning links |