Implement BlMapVirtualMemory() routine for recursive mapping

This commit is contained in:
2022-12-06 23:32:31 +01:00
parent 3876414a48
commit 93fa2aed67
7 changed files with 302 additions and 0 deletions

View File

@@ -29,6 +29,9 @@
#include "ldrtypes.h"
#include "hltypes.h"
/* Architecture-specific low level data types headers */
#include ARCH_HEADER(mmtypes.h)
/* XT routines */
#include "hlfuncs.h"
#include "rtlfuncs.h"