From d405d4014bbf2e15969e5a4279b85e5125a20df7 Mon Sep 17 00:00:00 2001 From: xerox Date: Mon, 24 Aug 2020 00:35:32 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ca4c637..2bf31b4 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ paging table manipulation from user-mode. operations such as getting and setting all paging table entries and values are offered. the code is aware of large pages and allows the programmer to allocate 2mb pages if needed (without going through all of the shenanigans of breaking a 2mb page down over a new PT handled by the user). +Please disable spectra/meltdown since this patch creates two sets of PML4's per process (which i dont support). +Link to write up can be found [here](https://back.engineering/post/virtual-memory/). + # table entry manipulation - get/set pml4e's - get/set pdpte's