diff options
-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 |