aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-10-22 14:28:00 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-10-22 14:28:00 +0300
commit9fb84757c9a457d7193b7e863f2e90b22ff09cb4 (patch)
treeeeb13b34a034c8d11f590a016683b03fe995161e /README.md
parent24365c5bed23429e33984505e61f3e9675ca0490 (diff)
downloadUEFI-Lessons-9fb84757c9a457d7193b7e863f2e90b22ff09cb4.tar.gz
UEFI-Lessons-9fb84757c9a457d7193b7e863f2e90b22ff09cb4.tar.bz2
UEFI-Lessons-9fb84757c9a457d7193b7e863f2e90b22ff09cb4.zip
Change TianoCore mentions to EDKII
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e319073..c78ab9e 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ These series of lessons are intendend to get you started with UEFI programming i
# Content
-- [Lesson 00](Lessons/Lesson_00): Getting started guide for TianoCore. Compile OVMF and run it in QEMU
+- [Lesson 00](Lessons/Lesson_00): Getting started guide for EDKII. Compile OVMF and run it in QEMU
- [Lesson 01](Lessons/Lesson_01): Create a simplest app and run it in OVMF
- [Lesson 02](Lessons/Lesson_02): Create a simplest package
- [Lesson 03](Lessons/Lesson_03): Create `HelloWorld` app with the help of SystemTable services