mirror of
https://github.com/reactos/reactos.git
synced 2026-05-22 15:20:29 +08:00
* [NTOS:MM] Fix MmAllocateMappingAddress and MmFreeMappingAddress and their regression test failures. Follow up of #7260. This fixes kmtest:MmReservedMapping failures and hang. Based on mm-implement-mappingaddress.patch by Thomas Faber and some changes by Oleg Dubinskiy. kmtest:MmReservedMapping revisions and updates to Vista+ method by Timo Kreuzer. Signed-off-by: Oleg Dubinskiy <oleg.dubinskij30@gmail.com> Signed-off-by: Timo Kreuzer <timo.kreuzer@reactos.org> CORE-10147, CORE-14635, CORE-17409, CORE-19318
This directory contains the ReactOS Kernel-Mode Test Suite. The kmtest, kmtest_drv and include subdirectories contain the testing framework infrastructure, other directories contain tests. The example subdirectory contains a set of small tests that can be used as examples and templates. See https://reactos.org/wiki/KmtestsHowto for more information and a guide on how to use the framework.