From 793f5f870c290a61739d1bbe5a5d5ca4ce78ee93 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Wed, 20 Oct 2021 18:24:59 +0300 Subject: Add HII database scheme to lesson 44 Signed-off-by: Konstantin Aladyshev --- Lessons/Lesson_44/HII_Database.png | Bin 0 -> 36986 bytes Lessons/Lesson_44/README.md | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 Lessons/Lesson_44/HII_Database.png (limited to 'Lessons/Lesson_44') diff --git a/Lessons/Lesson_44/HII_Database.png b/Lessons/Lesson_44/HII_Database.png new file mode 100644 index 0000000..fb99f15 Binary files /dev/null and b/Lessons/Lesson_44/HII_Database.png differ 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 -- cgit v1.2.3-18-g5258