feat: DTB now populates VMBootMemoryMap structure.

This commit is contained in:
karina
2026-04-26 13:32:44 +04:00
parent a05b51fca3
commit 785a61b451
8 changed files with 109 additions and 14 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
#pragma once
#include <Types.h>
#include <VM/PMM.h>
typedef struct FDTHeader {
UInt32 magic; // 0xd00dfeed
@@ -32,4 +33,4 @@ enum {
kFDTHeaderMagic = 0xd00dfeed,
};
void DTBParse(Pointer dtb);
void DTBParse(Pointer dtb, VMBootMemoryMap* bootMap);