feat(arm64): higher-half kernel, early MMU in boot, and VMM
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
#include <Types.h>
|
||||
#include <Lib/VAArgs.h>
|
||||
|
||||
void* StringSet(BytePointer destination, ASCII value, Size count);
|
||||
void* MemoryCopy(void* destination, const void* source, Size count);
|
||||
Pointer MemorySet(Pointer destination, ASCII value, Size count);
|
||||
Pointer MemoryCopy(Pointer destination, const Pointer source, Size count);
|
||||
|
||||
Int32 StringCompare(const ASCII* firstString, const ASCII* secondString);
|
||||
Int32 StringCompareWithLimit(const ASCII* firstString, const ASCII* secondString, Size limit);
|
||||
|
||||
Reference in New Issue
Block a user