[boot] Build the kernel mem map from the UEFI one

Created kernel args memory map structure, looping through UEFI's memory
map to copy and condense.

Tags: boot memory
This commit is contained in:
Justin C. Miller
2020-05-10 16:26:17 -07:00
parent 21b0b08908
commit c713f4ff6f
4 changed files with 142 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ warnflags = $
-Wno-unused-result $
-Wno-deprecated-declarations $
-Wno-unused-function $
-Wno-address-of-packed-member $
-Werror
ccflags = $