diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-09 01:50:25 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-09 01:50:25 +0300 |
commit | 7803db085920f1b57f8f6186921674cd394db840 (patch) | |
tree | d6e698a3073f392ccf9197eeabb569aa334ab1d3 /Lesson_33 | |
parent | 387f9e6fd232b8b44b4610dd75392ec1231e20c8 (diff) | |
download | UEFI-Lessons-7803db085920f1b57f8f6186921674cd394db840.tar.gz UEFI-Lessons-7803db085920f1b57f8f6186921674cd394db840.tar.bz2 UEFI-Lessons-7803db085920f1b57f8f6186921674cd394db840.zip |
Fix typo in lesson 33
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'Lesson_33')
-rw-r--r-- | Lesson_33/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lesson_33/README.md b/Lesson_33/README.md index 2f0968a..b5b85c5 100644 --- a/Lesson_33/README.md +++ b/Lesson_33/README.md @@ -326,7 +326,7 @@ In this Makefile you can see how: # Code images for different CPU architectures in OptionROM image -In the intro I've mentioned that PCI device can have various code images for different CPU architectures. +In the previous lesson I've mentioned that PCI device can have various code images for different CPU architectures. Check out this guide as an example https://www.workofard.com/2020/12/aarch64-option-roms-for-amd-gpus/ |