From a47db7e8921b3d28ec0378420c137ab75bb5ee87 Mon Sep 17 00:00:00 2001 From: xerox Date: Mon, 20 Apr 2020 00:29:40 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 066b566..422760b 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,9 @@ 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. +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 system with 16gb. + +In other words... its very fast, you wont need to worry about waiting to find the correct page. # How to use