diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-11-09 13:14:09 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-11-09 13:14:09 +0300 |
commit | 45cbb1e2ea5c27e27906b70a08af32036964c6a2 (patch) | |
tree | b0d88d078eb1cf187245cbec7d21d5bf9c53f527 | |
parent | 5841af5e4a2fec9e4c7439d6c66fe324e1ee607e (diff) | |
download | UEFI-Lessons-45cbb1e2ea5c27e27906b70a08af32036964c6a2.tar.gz UEFI-Lessons-45cbb1e2ea5c27e27906b70a08af32036964c6a2.tar.bz2 UEFI-Lessons-45cbb1e2ea5c27e27906b70a08af32036964c6a2.zip |
Fix formatting in the lesson 53
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
-rw-r--r-- | Lessons/Lesson_53/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lessons/Lesson_53/README.md b/Lessons/Lesson_53/README.md index 4029de9..b3df7df 100644 --- a/Lessons/Lesson_53/README.md +++ b/Lessons/Lesson_53/README.md @@ -258,7 +258,7 @@ UefiMain ( return EFI_SUCCESS; } - +``` First print would produce only `!` as there are no information in the system about how to display russian unicode symbol glyphs. But at the end after we've added our font package, print would produce expected result: ![AddFont2](AddFont2.png?raw=true "Add font 2") |