diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-07-27 16:31:44 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-07-27 16:31:44 +0300 |
commit | 75181f2bb493f03d3202a2491aa565fc6eac7343 (patch) | |
tree | 8ed3327783cd13cb0c840f5cbfce1c7086843a0b | |
parent | 1e77f067e6db3ef7c5045e973ee9f3d1761fb11f (diff) | |
download | UEFI-Lessons-75181f2bb493f03d3202a2491aa565fc6eac7343.tar.gz UEFI-Lessons-75181f2bb493f03d3202a2491aa565fc6eac7343.tar.bz2 UEFI-Lessons-75181f2bb493f03d3202a2491aa565fc6eac7343.zip |
Add memory-mapped flash 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
@@ -89,6 +89,7 @@ _____ - [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 - [Lesson XX](Lessons_uncategorized/Lesson_FDF_FV_8/README.md): Binary modules. `[Binaries]` section and `[Rule.<...>.BINARY]` rules +- [Lesson XX](Lessons_uncategorized/Lesson_FDF_FV_9/README.md): `OVMF` flash image structure. Working with FD image regions via memory-mapped flash _____ # Learning links |