reactos/sdk/include
Oleg Dubinskiy 83d74e7433
[NTOS:MM] Implement MmAllocate/FreeMappingAddress (#7260)
Implement MmAllocateMappingAddress and MmFreeMappingAddress routines.
Based on mm-implement-mappingaddress.patch by Thomas Faber with some changes from me.
Required by Microsoft NTFS driver (from Windows Server 2003 SP2 only, the one from Windows XP SP3 does not need them) and by NDIS & TDI drivers (both from Windows XP SP3 and Windows Server 2003 SP2). Also they are called when using Dr. Web Security Space 8 filter drivers together with MS FltMgr & TDI.
Fortunately, this part (these two routines) are enough to get the drivers working in both cases, and others (partially incomplete) routines are not badly required, so they can be finished and committed later.
CORE-10147, CORE-14635, CORE-17409, CORE-19318
2024-11-02 15:10:51 +01:00
..
asm [FREELDR/x64] Add Multiboot header 2024-10-19 17:54:39 +03:00
c++ [CRT] Add C++ const correct overloads 2024-10-22 08:17:45 +03:00
crt [VCRUNTIME] Move compiler runtime headers into their own folder 2024-11-02 12:52:59 +02:00
ddk [SDK][WIN32SS] Make Them Build 2024-10-19 13:45:59 -07:00
dxsdk [REACTOS] Add missing line breaks at end of file 2024-10-06 10:47:11 +03:00
GL [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
host [SDK] Fix definition of IMAGE_NT_HEADERS64 in host tools 2021-04-28 13:10:23 +02:00
ndk [FREELDR][NDK][X64] Remove KIP0PCRADDRESS definition and mapping 2024-10-17 18:31:32 +03:00
psdk [VCRUNTIME] Move compiler runtime headers into their own folder 2024-11-02 12:52:59 +02:00
reactos [SDK:INCLUDE] Add missing msv1_0p.h 2024-10-28 11:48:32 +01:00
vcruntime [VCRUNTIME] Stop including crtdefs.h 2024-11-02 12:52:59 +02:00
wdf/kmdf/1.17 [VCRUNTIME] Move compiler runtime headers into their own folder 2024-11-02 12:52:59 +02:00
xdk [NTOS:MM] Implement MmAllocate/FreeMappingAddress (#7260) 2024-11-02 15:10:51 +01:00