From 056ce9a98b7f7c0587efd258f25fbd2853590c18 Mon Sep 17 00:00:00 2001 From: IDontCode Date: Wed, 11 Nov 2020 16:04:27 -0800 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3984d45..5e0a44a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ -# PTM +# PTM - Paging Table Manipulation From Usermode 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/).