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
+4
View File
@@ -0,0 +1,4 @@
#pragma once
#include <Types.h>
void* memset(void* destination, int value, Size count);