diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-10-20 18:24:59 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-10-20 18:24:59 +0300 |
commit | 793f5f870c290a61739d1bbe5a5d5ca4ce78ee93 (patch) | |
tree | 5acdde55ed9638179bb5a69af64ed7f2036fa83d /Lessons/Lesson_44 | |
parent | d05aac7468adba33b1b3877c06a2c7be7286e714 (diff) | |
download | UEFI-Lessons-793f5f870c290a61739d1bbe5a5d5ca4ce78ee93.tar.gz UEFI-Lessons-793f5f870c290a61739d1bbe5a5d5ca4ce78ee93.tar.bz2 UEFI-Lessons-793f5f870c290a61739d1bbe5a5d5ca4ce78ee93.zip |
Add HII database scheme to lesson 44
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'Lessons/Lesson_44')
-rw-r--r-- | Lessons/Lesson_44/HII_Database.png | bin | 0 -> 36986 bytes | |||
-rw-r--r-- | Lessons/Lesson_44/README.md | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Lessons/Lesson_44/HII_Database.png b/Lessons/Lesson_44/HII_Database.png Binary files differnew file mode 100644 index 0000000..fb99f15 --- /dev/null +++ b/Lessons/Lesson_44/HII_Database.png diff --git a/Lessons/Lesson_44/README.md b/Lessons/Lesson_44/README.md index c62d099..b7bbd8d 100644 --- a/Lessons/Lesson_44/README.md +++ b/Lessons/Lesson_44/README.md @@ -111,6 +111,8 @@ The `Key` field here corresponds to the current value of the `HiiHandleCount` fi And the `LIST_ENTRY Handle` helps to connect all the `HII_HANDLEs` in the system together. The important point to note that the `LIST_ENTRY HiiHandleList` field in the main `HII_DATABASE_PRIVATE_DATA` is the same handle list. +Here is a picture of the HII database structure that we've just covered: +![HII_Database](HII_Database.png?raw=true "HII Database") # HII database initialization |