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
+6
View File
@@ -0,0 +1,6 @@
#include <Lib/Stubs.h>
#include <Lib/String.h>
void* memset(void* destination, int value, Size count) {
return StringSet(destination, value, count);
}