Initial memory manager initialization code

This commit is contained in:
2024-04-07 10:26:12 +02:00
parent 42a1373612
commit 04e22c127e
10 changed files with 232 additions and 1 deletions

View File

@@ -18,4 +18,8 @@ VOID
MmZeroPages(IN PVOID Address,
IN ULONG Size);
XTAPI
VOID
MmpInitializeArchitecture();
#endif /* __XTOSKRNL_I686_MMI_H */