diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-06-14 18:33:40 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-06-14 18:33:40 +0300 |
commit | 4277a92a3d7855690b51a6bdd40d1797ddd5511f (patch) | |
tree | 6bd5650b012c6b866f2ff98e2c4700974cd08f12 | |
parent | bb0e4662b485cf5a973c7f09de1425ac4897c2db (diff) | |
download | UEFI-Lessons-4277a92a3d7855690b51a6bdd40d1797ddd5511f.tar.gz UEFI-Lessons-4277a92a3d7855690b51a6bdd40d1797ddd5511f.tar.bz2 UEFI-Lessons-4277a92a3d7855690b51a6bdd40d1797ddd5511f.zip |
Add main README.md file
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..3e19b53 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +These series of lessons are intendend to get you started with UEFI programming with the help of TianoCore. + +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 + |