aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-19 14:33:26 +0300
committerGitHub <noreply@github.com>2021-07-19 14:33:26 +0300
commit907a0fc2d8003a1284be8a46340e1acbb6699790 (patch)
treec17b8d563c0bcb1863c3404c26e250706d859eee /README.md
parent0970d274103017d322eabebeef85f891968a8135 (diff)
downloadUEFI-Lessons-907a0fc2d8003a1284be8a46340e1acbb6699790.tar.gz
UEFI-Lessons-907a0fc2d8003a1284be8a46340e1acbb6699790.tar.bz2
UEFI-Lessons-907a0fc2d8003a1284be8a46340e1acbb6699790.zip
Update README.md
Fix formatting
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index b079d09..4054ab5 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
These series of lessons are intendend to get you started with UEFI programming in Linux with the help of TianoCore.
-Lessons description:
+# Content
- [Lesson 00](Lessons/Lesson_00): Getting started guide for TianoCore. Compile OVMF and run it in QEMU
- [Lesson 01](Lessons/Lesson_01): Create a simplest app and run it in OVMF
@@ -47,9 +47,10 @@ Lessons description:
- [Lesson 41](Lessons/Lesson_41): `DEBUG` print statement internals. `EFI_D_*` log levels and all the PCDs for the `DEBUG` statement control. Getting and parsing OVMF boot log.
- [Lesson 42](Lessons/Lesson_42): Debug your drivers/applications and OVMF itself with GDB
-______
+_____
+
+# Learning links
-Usefull links:
1) Beyond BIOS: Developing with the Unified Extensible Firmware Interface, Third Edition by Vincent Zimmer and Michael Rothman (https://www.amazon.com/Beyond-BIOS-Developing-Extensible-Interface/dp/1501514784)
2) Harnessing the Uefi Shell: Moving The Platform Beyond Dos, Second Edition by Michael Rothman and Vincent Zimmer (https://www.amazon.com/Harnessing-UEFI-Shell-Moving-Platform/dp/1501514806)