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