From 9e5270fb529d48455d19c40f10742a8ed4c8932f Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Thu, 5 Nov 2020 05:45:11 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 7c6ca16..ebc21f6 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,7 @@ # nasa-tables -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/). +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). Link to write up can be found [here](https://back.engineering/post/virtual-memory/). # example