aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index baa1f19..cdaf7b1 100644
--- a/README.md
+++ b/README.md
@@ -2,16 +2,16 @@ These series of lessons are intendend to get you started with UEFI programming i
Lessons description:
-- Lesson 0: Getting started guide for TianoCore. Compile OVMF and run it in QEMU
-- Lesson 1: Create a simplest app and run it in OVMF
-- Lesson 2: Create a simplest package
-- Lesson 3: Create `HelloWorld` app with the help of SystemTable services
-- Lesson 4: Use edk2 libraries to simplify our `HelloWorld` app
-- Lesson 5: Simplify build command with the help of files in the `Conf` folder
-- Lesson 6: Handle/Protocol databases internals - Part 1: Theory and raw access to an app ImageHandle
-- Lesson 7: Handle/Protocol databases internals - Part 2: Raw access to app protocols
-- Lesson 8: `HandleProtocol` API function. Information from the `ImageHandle` protocols
-- Lesson 9: Get ImageHandle protocols with the `ProtocolsPerHandle` API function
+- Lesson 00: Getting started guide for TianoCore. Compile OVMF and run it in QEMU
+- Lesson 01: Create a simplest app and run it in OVMF
+- Lesson 02: Create a simplest package
+- Lesson 03: Create `HelloWorld` app with the help of SystemTable services
+- Lesson 04: Use edk2 libraries to simplify our `HelloWorld` app
+- Lesson 05: Simplify build command with the help of files in the `Conf` folder
+- Lesson 06: Handle/Protocol databases internals - Part 1: Theory and raw access to an app ImageHandle
+- Lesson 07: Handle/Protocol databases internals - Part 2: Raw access to app protocols
+- Lesson 08: `HandleProtocol` API function. Information from the `ImageHandle` protocols
+- Lesson 09: Get ImageHandle protocols with the `ProtocolsPerHandle` API function
- Lesson 10: `EFI_STATUS` type and `EFI_ERROR` macros
- Lesson 11: Get EFI memory map information
- Lesson 12: `EFI_SHELL_PARAMETERS_PROTOCOL`. Transform our EFI memory map to the Linux kernel style