[Kernel] Implement CreateMemoryBlock

This commit is contained in:
wheremyfoodat 2023-01-29 16:29:45 +02:00
parent ec7c0b86b7
commit 980139e588
5 changed files with 93 additions and 7 deletions

View file

@ -10,6 +10,7 @@ class MICService {
MAKE_LOG_FUNCTION(log, micLogger)
// Service commands
void mapSharedMem(u32 messagePointer);
public:
MICService(Memory& mem) : mem(mem) {}