From 1a56ea7d807d119a48197f3c0d952b7962f2b2ca Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Tue, 10 Nov 2020 21:09:33 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebc21f6..5066958 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ * buck - inspiration for most of this. * Ch40zz - helping me connect the dots. -# nasa-tables +# PTM 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/).