feat: DTB now populates VMBootMemoryMap structure.
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user