diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-07-12 20:45:08 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-12 20:45:08 +0300 |
commit | 6e04a18ac756ac3be6a13323de16487c5a9da68e (patch) | |
tree | 021769829cb19152dcdcf3ba90eedd5ae0801b1f | |
parent | 524c8e9704cd72f2b3322c636b9797354650b978 (diff) | |
download | UEFI-Lessons-6e04a18ac756ac3be6a13323de16487c5a9da68e.tar.gz UEFI-Lessons-6e04a18ac756ac3be6a13323de16487c5a9da68e.tar.bz2 UEFI-Lessons-6e04a18ac756ac3be6a13323de16487c5a9da68e.zip |
Add Lesson_FDF to main README.md
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,6 +80,7 @@ These series of lessons are intendend to get you started with UEFI programming i _____ - [Lesson XX](Lessons_uncategorized/Lesson_Build_tools): Build tools configuration via `Conf/tools_def.txt` file and `[BuildOptions]` section usage in INF and DSC files +- [Lesson XX](Lessons_uncategorized/Lesson_FDF): Intro to FDF file format. Flash Device Image `[FD]` sections: flash chip defines and regions definition. OVMF image FDF file analysis. _____ # Learning links |