diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-07-26 14:53:26 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-07-26 14:53:26 +0300 |
commit | 115b874cd6363014c47778b2cb3df9b167a2efd1 (patch) | |
tree | 5cfa6f1b1016c8f3a66b34f8ef44033eae54d6b6 | |
parent | 5d9e45063fa90391e50220d122fa3d476fafa1a7 (diff) | |
download | UEFI-Lessons-115b874cd6363014c47778b2cb3df9b167a2efd1.tar.gz UEFI-Lessons-115b874cd6363014c47778b2cb3df9b167a2efd1.tar.bz2 UEFI-Lessons-115b874cd6363014c47778b2cb3df9b167a2efd1.zip |
Add rule lesson to main readme
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -87,6 +87,7 @@ _____ - [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 - [Lesson XX](Lessons_uncategorized/Lesson_FDF_FV_6/README.md): `A priori` files. `APRIORI PEI`/`APRIORI DXE` syntax +- [Lesson XX](Lessons_uncategorized/Lesson_FDF_FV_7/README.md): Include modules to FDF via INF files. `Rule` sections _____ # Learning links |