From a73298befff3c53ce0571a5add0fc7b6a2e746a2 Mon Sep 17 00:00:00 2001 From: xerox Date: Mon, 20 Apr 2020 00:28:36 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fabc521..066b566 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,10 @@ of the kernel simply by installing an inline hook into that mapped page and then +### How long does it take to find the physical page? + +Less then one second. For each physical memory range I create a thread that maps 2mb at a time of physical memory and scans each physical page. This is on a systemw with 16gb. + # How to use There are four functions that need to be altered to make this mapper work for you. I will cover each one by one. These functions are defined inside of a `physmeme.hpp` and need